Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Back office management class. More...
Public Member Functions | |
__construct ($table, $opts=null) | |
Constructs a menuAdminTable instance. | |
view () | |
Admin list view. | |
Protected Member Functions | |
formElement ($myform, $fname, $field, $id, $opts=null) | |
The html form element for the given field. |
Back office management class.
Definition at line 21 of file menuAdminTable.php.
menuAdminTable::__construct | ( | $ | table, |
$ | opts = null |
||
) |
Constructs a menuAdminTable instance.
string | $table | database table |
array | $opts | associative array of options, see adminTable |
Reimplemented from adminTable.
Definition at line 30 of file menuAdminTable.php.
menuAdminTable::formElement | ( | $ | myform, |
$ | fname, | ||
$ | field, | ||
$ | id, | ||
$ | opts = null |
||
) | [protected] |
The html form element for the given field.
Defines some custom form elements different from the adminTable method
form | $myform | the form instance |
mixed | $fname | the field name |
array | $field | associative array containing the database structure information for the field (null, max_length, int...) |
mixed | $id | the value of the primary key |
mixed | $opts | Associative array of options
|
Reimplemented from adminTable.
Definition at line 212 of file menuAdminTable.php.
Admin list view.
Custom view with the addition of the add subvoices link
Reimplemented from adminTable.
Definition at line 43 of file menuAdminTable.php.