getUpdateManyToOneInForm()
static getMembers($className)
getSearchFieldNames($model)
Returns the fields to use in search queries.
getUpdateManyToManyInForm()
The base class for displaying datas in CRUD controllers.
getTableNames()
Returns the table names to display in the left admin menu.
getManyToManyDatas($fkClass, $instance, $member)
Returns a list of $fkClass objects to select a value for $member.
getUpdateOneToManyInForm()
static getAll($className, $condition='', $loadManyToOne=true, $loadOneToMany=false, $useCache=NULL)
Returns an array of $className objects from the database.
refreshPartialInstance()
Defines whether the refresh is partial or complete after an instance update.
getFieldNames($model)
Returns the fields to display in the showModel action for $model (DataTable)
getElementFieldNames($model)
Returns the fields for displaying an instance of $model (DataElement)
static getSerializableFields($class)
getFormFieldNames($model)
Returns the fields to update in the edit an new action for $model.