JTableMenu
From Joomla! Documentation
JTableMenu is a concrete table class which handles data-rows of the #__menu table.
Contents |
Availability
Defined in
/joomla/database/table/menu.php
Extends
Reserved Database Field Names
The operation of this class is dependent on the existence of specially-named fields (columns) in the database table.
| Field name | Description |
|---|---|
| access | |
| alias | The Menu alias |
| browserNav | |
| checked_out | Is menu checked out for editing? |
| checked_out_time | Time of Checkout |
| componentid | ID of corresponding component |
| home | |
| id | Primary Key |
| lft | Pre-order tree traversal - left value |
| link | Hyperlink of this Menu item |
| menutype | |
| name | |
| ordering | |
| params | Menu Parameters |
| parent | Parent menu-item-ID |
| pollid | |
| published | Is this menu-item published |
| rgt | Pre-order tree traversal - right-value |
| sublevel | |
| type | |
| utaccess |
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. Takes table name, primary key and database reference. |
| bind | Overloaded bind function |
| check | Overloaded check function |
Importing
jimport( 'joomla.database.table.menu' );
