API17:JTableMenu::bind
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JTableMenu::bind ($array, $ignore= '') |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
mixed null is operation was satisfactory, otherwise returns an error | mixed null is operation was satisfactory, otherwise returns an error | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/database/table/menu.php | + | libraries/joomla/database/table/menu.php (line 45) |
| + | * see source code in [[jplatform:database/table/menu.php#cl-45|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:23, 23 April 2011
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.
JTableMenu::bind
Description
Overloaded bind function.
Description:JTableMenu::bind [Edit Descripton]
Since
Synopsis
public JTableMenu::bind ($array, $ignore= '')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | $hash named array | |
| $ignore |
Returns
mixed null is operation was satisfactory, otherwise returns an error
Defined in
libraries/joomla/database/table/menu.php (line 45)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
