|
Classes |
| class | ArrayItemIterator |
| | Provides paging and iteration for arrays. More...
|
| class | DAO |
| | Operations for retrieving and modifying objects from a database. More...
|
| class | DAORegistry |
| | Maintains a static list of DAO objects so each DAO is instantiated only once. More...
|
| class | DAOResultFactory |
| | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs. More...
|
| class | DBConnection |
| | Class for accessing the low-level database connection. Currently integrated with ADOdb (from http://adodb.sourceforge.net). More...
|
| class | DBDataXMLParser |
| | Class to import and export database data from an XML format. See dbscripts/xml/dtd/xmldata.dtd for the XML schema used. More...
|
| class | DBResultRange |
| | Container class for range information when retrieving a result set. More...
|
| class | DBRowIterator |
| | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs. More...
|
| class | ItemIterator |
| | Generic iterator class; needs to be overloaded by subclasses providing specific implementations. More...
|
| class | SQLParser |
| | Class for parsing and executing statements in SQL files. More...
|
| class | Transcoder |
| | Multi-class transcoder; uses mbstring and iconv if available, otherwise falls back to built-in classes. More...
|
| class | VirtualArrayIterator |
| | Provides paging and iteration for "virtual" arrays -- arrays for which only the current "page" is available, but are much bigger in entirety. More...
|
| class | XMLDAO |
| | Operations for retrieving and modifying objects from an XML data source. More...
|