Holds messages to be sent to the client during a cliApplication execution. Exceptions are handled in the cliApplication class and are not needed to be caught or rendered here. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a collection of listeners for the current application, allowing event information to be passed to the listeners, basically an implementation of the observer pattern. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a set of aliases for a command. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a set of commands to be executed within a command or application. The command chain can only hold one type of command, unless the object properties are different (e.g. different command pattern). // example of setting up command chain $oChain =... More »
Posted in Cli on 19 Nov 2009 @ 20:30
Holds a set of activities that an authorising object has access to. More »
Posted in Auth on 19 Nov 2009 @ 20:30
This is one of the most heavily used classes within the framework. baseSet is a wrapper around an array with a set of methods to manipulate it. baseSet can be used directly or extended and made into more complex objects. It is used extensively intern... More »
Posted in Base on 19 Nov 2009 @ 20:30
A generic holder for a set of options built on top of baseSet. Allows for objects to implement an options system easily and quickly. Options are an associative array of option.name => value pairs. Options can be set via either the constructor at crea... More »
Posted in Base on 19 Nov 2009 @ 20:30
baseObjectSet is designed for manipulating sets of objects that all conform to the systemDaoInterface. This super class can then save, load, delete add objects. It requires extending and implementing to handle a specific set of objects e.g. a set of... More »
Posted in Base on 19 Nov 2009 @ 20:30