API17

Difference between revisions of "JTableMenu::bind"

From Joomla! Documentation

(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>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JTableMenu::bind ($array, $ignore= '')
+
public function bind (
 +
        $array
 +
        $ignore= ''
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''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
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/database/table/menu.php (line 45)
 
* see source code in [[jplatform:database/table/menu.php#cl-45|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JTableMenu/11.1|JTableMenu]]
+
===User contributed notes===
* [[JTableMenu::bind|Other versions of this method]]
 
{{SeeAlso:JTableMenu::bind}}
 
===Examples===
 
 
<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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableMenu::bind[edit]

Description[edit]

Overloaded bind function.

Template: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 Joomla 11.1

See also[edit]

Template:SeeAlso:JTableMenu::bind [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />