JTableMenu: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JTableMenu}}
===Defined in===
... |
m preparing for archive only |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/table/menu.php | libraries/joomla/database/table/menu.php | ||
| Line 21: | Line 16: | ||
|Overloaded check function | |Overloaded check function | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.menu' );</source> | <source lang="php">jimport( 'joomla.database.table.menu' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableMenu | category=JTableMenu | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 02:11, 25 March 2017
Defined in
libraries/joomla/database/table/menu.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| bind | Overloaded bind function |
| check | Overloaded check function |
Importing
jimport( 'joomla.database.table.menu' );
Examples
Code Examples