Class: DataObjectList
Source Location: /blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php
Class DataObjectList
Class Overview
|
Data Object List Base Class This is typically an abstract class, useful only when derived. Holds DataObjects in an array and allows walking through... Located in /blogs/inc/_core/model/dataobjects/_dataobjectlist.class.php [line 43] Widget | --Table | --Results | --DataObjectListAuthor(s):
Information Tags:
|
[ Top ]
Direct descendents
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Results
Inherited From Table Inherited From Widget |
Inherited From Results
Inherited From Table
Inherited From Widget
|
[ Top ]
Property Summary
Method Summary
Properties
Methods
Constructor DataObjectList [line 78]
|
Constructor
If provided, executes SQL query via parent Results object
Parameters:| string | $tablename: | Name of table in database |
| string | $prefix: | Prefix of fields in the table |
| string | $dbIDname: | Name of the ID field (including prefix) |
| string | $objType: | Name of Class for objects within this list |
| string | $sql: | SQL query |
| integer | $limit: | number of lines displayed on one screen |
| string | $param_prefix: | prefix to differentiate page/order params when multiple Results appear one same page |
| string | $default_order: | default ordering of columns (special syntax) |
[ Top ]
