Framework
From Surebert wiki
Contents |
Overview
The surebert framework is centrally deployed PHP framework used to develop web and/or command line based server side applications.
Getting Started
Each server only needs one deployment of the framework which can then be shared by multiple surebert framework applications residing on the server.
- Framework:SBF Deployment Guide - Here you can find information about deploying the surebert framework resources to your development server. You will need to do this before beginning development of your application.
Framework Application Overview
Framework:Application - Here you can find information about the structure and development of a surebert framework application. You can also get there by clicking the Application link in the Major Sections of the main navigation.
Framework sb Classes
The following sbf classes have been more extensively documented.
- Framework:sb_Cache - Surebert Framework's caching engine and the various options you have
- Framework:Sb_Email - Surebert's Email modules, attachments, pgp, zip, logging
- Framework:Sb_Event_Dispatcher - Surebert's Event Observer system
- Framework:sb_Encryption_ForTransmission - Simple interface for encrypting data for network transmission between servers
- Framework:sb_JSON_RPC2 - Surebert Framework's JSON_RPC2 (remote procedure call) server and client
- Framework:sb_Logger - Surebert Framework's logging engine
- Framework:sb_PDO - Surebert Framework's PDO interface
- Framwork:sb_Password_Random - Creates random secure passwords
- Framework:sb_ICalendar - Creates calendar event that can be seen in Outlook, Entourage, mail.app and other programs
- Framework:sb_Controller_Command_Line - Used to create command line scripts, great for cron jobs