API17:JTableMenu::bind
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JTableMenu::bind|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableMenu::bind|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function bind ( |
| + | $array | ||
| + | $ignore= '' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' mixed null is operation was satisfactory, otherwise returns an error | |
| − | mixed null is operation was satisfactory, otherwise returns an error | + | * '''Defined''' on line 45 of libraries/joomla/database/table/menu.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/database/table/menu.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JTableMenu::bind source code''' on [[jplatform:database/table/menu.php#cl-37|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JTableMenu/11.1|JTableMenu]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JTableMenu::bind|Other versions of JTableMenu::bind]] | ||
| + | {{SeeAlso:JTableMenu::bind}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableMenu::bind|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableMenu::bind|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JTableMenu]][[Category:JTableMenu::bind]]</noinclude> | <noinclude>[[Category:JTableMenu]][[Category:JTableMenu::bind]]</noinclude> | ||
Revision as of 21:47, 27 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]
public function 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 on line 45 of libraries/joomla/database/table/menu.php
- Since
See also
-
JTableMenu::bind source code on BitBucket
-
Class JTableMenu
-
Subpackage Database
- Other versions of JTableMenu::bind
SeeAlso:JTableMenu::bind [Edit See Also]
User contributed notes
<CodeExamplesForm />
