rss Tags : countable

cliResponse

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


cliApplicationListeners

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


cliCommandAliases

Holds a set of aliases for a command. More »

Posted in Cli on 19 Nov 2009 @ 20:30


cliCommandChain

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


authActivitySet

Holds a set of activities that an authorising object has access to. More »

Posted in Auth on 19 Nov 2009 @ 20:30

baseSet

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


baseOptionsSet

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

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


First Page Previous Page
Next Page Last Page