DataModel
class DataModel (View source)
Representation of a DataModel - a collection of DataLists for each different data type.
Usage:
$model = new DataModel;
$mainMenu = $model->SiteTree->where('"ParentID" = 0 AND "ShowInMenus" = 1'); Properties
| protected static | DataModel | $inst | ||
| protected | array | $customDataLists |
Methods
public static