Tutorials
Logic Layer

Logic Layer Documentation

This section describes the classes invloved in the creation of pages and handling the business logic of a page.

Click on a link below to explore a class further.


Page Manager
29 June 2010
This abstract class sets up the basic functionality required on every page, like logging in, caching, performing actions, rendering the page ...
Base Component
29 June 2010
The Base Component class is the parent class for all objects in the system.It provides the functionality to build classes on-the-fly, to cache the object and to display a formatted var_dump of the instantiated object ...