JTableMenuTypes
From Joomla! Documentation
JTableMenuTypes is a concrete table class which handles data-rows of the #__menu_types table.
Contents |
Availability
Defined in
/joomla/database/table/menutypes.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 |
|---|---|
| description | |
| id | Primary key |
| menutype | |
| title |
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. Takes table name, primary key and database reference. |
| check | Overloaded check function |
Importing
jimport( 'joomla.database.table.menutypes' );
