JTableModule::bind: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JTableModule::bind|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableModule::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''' null|string null is operation was satisfactory, otherwise returns an error | |||
null|string null is operation was satisfactory, otherwise returns an error | * '''Defined''' on line 69 of libraries/joomla/database/table/module.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/database/table/module.php | |||
* | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JTableModule::bind source code''' on [[jplatform:database/table/module.php#cl-61|BitBucket]] | |||
* {{JVer|11.1}} Class [[JTableModule/11.1|JTableModule]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | |||
* [[JTableModule::bind|Other versions of JTableModule::bind]] | |||
{{SeeAlso:JTableModule::bind}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableModule::bind|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableModule::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:JTableModule]][[Category:JTableModule::bind]]</noinclude> | <noinclude>[[Category:JTableModule]][[Category:JTableModule::bind]]</noinclude> | ||
Revision as of 02:48, 28 April 2011
JTableModule::bind
Description
Overloaded bind function.
Template:Description:JTableModule::bind [Edit Descripton]
public function bind (
$array
$ignore= ''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | named array | |
| $ignore |
- Returns null|string null is operation was satisfactory, otherwise returns an error
- Defined on line 69 of libraries/joomla/database/table/module.php
- Since

See also
JTableModule::bind source code on BitBucket
Class JTableModule
Subpackage Database- Other versions of JTableModule::bind
Template:SeeAlso:JTableModule::bind [Edit See Also]
User contributed notes
<CodeExamplesForm />