JTableModule::bind: Difference between revisions
From Joomla! Documentation
Layout updates |
m preparing for archive only |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Overloaded bind function. | Overloaded bind function. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function bind ( | ||
$array | |||
$ignore= '' | |||
) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 30: | ||
|- | |- | ||
|} | |} | ||
* '''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 [[API17:JTableModule|JTableModule]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | |||
* | * [[API17:JTableModule::bind|Other versions of JTableModule::bind]] | ||
* [[JTableModule::bind|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableModule::bind | category=JTableModule::bind | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:49, 25 March 2017
JTableModule::bind
Description
Overloaded bind function.
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
User contributed notes
Code Examples