Ubiquity
2.0.0
php rapid development framework
|
The base class for displaying datas in UbiquityMyAdminController. More...
Public Member Functions | |
getTableNames () | |
Returns the table names to display in the left admin menu. More... | |
getFieldNames ($model) | |
Returns the fields to display in the showTable action for $model. More... | |
getFormFieldNames ($model) | |
Returns the fields to update in the edit an new action for $model. More... | |
getManyToManyDatas ($fkClass, $instance, $member) | |
Returns a list of $fkClass objects to select a value for $member. More... | |
getUpdateOneToManyInForm () | |
getUpdateManyToManyInForm () | |
getUpdateManyToOneInForm () | |
The base class for displaying datas in UbiquityMyAdminController.
Definition at line 11 of file UbiquityMyAdminData.php.
getFieldNames | ( | $model | ) |
Returns the fields to display in the showTable action for $model.
string | $model |
Definition at line 24 of file UbiquityMyAdminData.php.
getFormFieldNames | ( | $model | ) |
Returns the fields to update in the edit an new action for $model.
string | $model |
Definition at line 32 of file UbiquityMyAdminData.php.
getManyToManyDatas | ( | $fkClass, | |
$instance, | |||
$member | |||
) |
Returns a list of $fkClass objects to select a value for $member.
string | $fkClass | |
object | $instance | |
string | $member |
Definition at line 43 of file UbiquityMyAdminData.php.
getTableNames | ( | ) |
Returns the table names to display in the left admin menu.
Definition at line 16 of file UbiquityMyAdminData.php.
getUpdateManyToManyInForm | ( | ) |
Definition at line 57 of file UbiquityMyAdminData.php.
getUpdateManyToOneInForm | ( | ) |
Definition at line 64 of file UbiquityMyAdminData.php.
getUpdateOneToManyInForm | ( | ) |
Definition at line 50 of file UbiquityMyAdminData.php.