API17

Difference between revisions of "JTableUpdate::bind"

From Joomla! Documentation

m (JoomlaWikiBot moved page JTableUpdate::bind/11.1 to API17:JTableUpdate::bind without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableUpdate::bind source code''' on [[jplatform:database/table/update.php#cl-53|BitBucket]]
 
* {{JVer|11.1}} '''JTableUpdate::bind source code''' on [[jplatform:database/table/update.php#cl-53|BitBucket]]
* {{JVer|11.1}} Class [[JTableUpdate/11.1|JTableUpdate]]
+
* {{JVer|11.1}} Class [[API17:JTableUpdate|JTableUpdate]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JTableUpdate::bind|Other versions of JTableUpdate::bind]]
+
* [[API17:JTableUpdate::bind|Other versions of JTableUpdate::bind]]
 
{{SeeAlso:JTableUpdate::bind}}
 
{{SeeAlso:JTableUpdate::bind}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 55: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JTableUpdate]][[Category:JTableUpdate::bind]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:43, 11 May 2013

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 JTableUpdate::bind[edit]

Description[edit]

Overloaded bind function.

Template:Description:JTableUpdate::bind [Edit Descripton]

public function bind (
        $array
        $ignore= ''
)
Parameter Type Default Description
$array array $hash named array
$ignore
  • Returns null|string null is operation was satisfactory, otherwise returns an error
  • Defined on line 61 of libraries/joomla/database/table/update.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />