29 return
DAO::$db->getTablesName ();
39 return
OrmUtils::getSerializableMembers ( $model );
50 return
OrmUtils::getFormAllFields ( $model );
60 return
OrmUtils::getSerializableFields ( $model );
70 return
OrmUtils::getMembers ( $model );
82 return
DAO::getAll ( $fkClass,
"", false );
94 return
DAO::getAll ( $fkClass,
"", false );
106 return
DAO::getAll ( $fkClass,
"", false );
The base class for displaying datas in CRUD controllers Ubiquity\controllers\crud$CRUDDatas This clas...
getFieldNames(string $model)
Returns the fields to display in the showModel action for $model (DataTable)
getElementFieldNames(string $model)
Returns the fields for displaying an instance of $model (DataElement)
getTableNames()
Returns the table names to display in the left admin menu.
getUpdateManyToManyInForm()
getUpdateManyToOneInForm()
getManyToManyDatas($fkClass, $instance, $member)
Returns a (filtered) list of $fkClass objects to display in an html list.
getUpdateOneToManyInForm()
refreshPartialInstance()
Defines whether the refresh is partial or complete after an instance update.
getOneToManyDatas($fkClass, $instance, $member)
Returns a list (filtered) of $fkClass objects to display in an html list.
getManyToOneDatas($fkClass, $instance, $member)
Returns a list (filtered) of $fkClass objects to display in an html list.
getFormFieldNames(string $model, $instance)
Returns the fields to update in the edit an new action for $model.
getSearchFieldNames(string $model)
Returns the fields to use in search queries.
_getInstancesFilter(string $model)
Adds a condition for filtering the instances displayed in dataTable Return 1=1 by default.
Gateway class between database and object model.
Object/relational mapping utilities.