A baseResultSet is a wrapper around a resultSet. It takes a set of ID's and allows them to be iterated and instantiated via a getInstance() method. This class needs to be extended into the result set. Alternatively, a pre-populated result set can be... More »
Posted in Base 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
Provides the common functionality needed to create a search system. This class needs to be extended to implement the query building. For an example see wurflSearch. baseSearch itself implements the baseSearchInterface which defines an interface for a... More »
Posted in Base on 19 Nov 2009 @ 20:30
Search Interface definition, defines what should be include in a search object to make building search systems a little easier and more conformant. Should be used via either baseSearch or as a standalone implmentation. Calls to baseSearchInterface::s... More »
Posted in Base on 19 Nov 2009 @ 20:30
baseTableParamSet provides an interface to parameter / property style tables in a database. More »
Posted in Base on 02 Dec 2008 @ 20:24