API15:JTableMenu
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JTableMenu}}
===Defined in===
...) |
|||
| Line 21: | Line 21: | ||
|Overloaded bind function | |Overloaded bind function | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.menu' );</source> | <source lang="php">jimport( 'joomla.database.table.menu' );</source> | ||
Latest revision as of 12:27, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JTableMenu
Contents |
[edit] Defined in
libraries/joomla/database/table/menu.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| check | Overloaded check function |
| bind | Overloaded bind function |
[edit] Importing
jimport( 'joomla.database.table.menu' );
[Edit See Also] SeeAlso:JTableMenu
[edit] Examples
<CodeExamplesForm />
