Framework
From Surebert wiki
Overview
The surebert framework is centrally deployed PHP framework used to develop web and command line applications
Getting Started
Each server only needs one deployment of the sbf in /var/www/sbf 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 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_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_Magic_Model - Direct url to model/action system - like Controller
- 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