JTableModule::bind: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Overloaded bind function. | Overloaded bind function. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 38: | Line 38: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JTableModule::bind|Other versions of JTableModule::bind]] | * [[API17:JTableModule::bind|Other versions of JTableModule::bind]] | ||
===User contributed notes=== | ===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=* | ||
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