|
Classes |
| class | Core |
| | Class containing system-wide functions. More...
|
| class | DataObject |
| | Any class with an associated DAO should extend this class. More...
|
| class | Form |
| | Class defining basic operations for handling HTML forms. More...
|
| class | Handler |
| | Base request handler class. More...
|
| class | Registry |
| | Maintains a static table of keyed references. Used for storing/accessing single instance objects and values. More...
|
| class | Request |
| | Class providing operations associated with HTTP requests. Requests are assumed to be in the format http://host.tld/index.php/<journal_id>/<page_name>/<operation_name>/<arguments...> <journal_id> is assumed to be "index" for top-level site requests. More...
|
| class | ScheduledTask |
| | Base class for executing scheduled tasks. All scheduled task classes must extend this class and implement execute(). More...
|
| class | String |
| | String manipulation wrapper class. More...
|