JTableModule::bind: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JTableModule::bind ($array, $ignore= '') | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
null|string null is operation was satisfactory, otherwise returns an error | null|string null is operation was satisfactory, otherwise returns an error | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/table/module.php | libraries/joomla/database/table/module.php (line 69) | ||
* see source code in [[jplatform:database/table/module.php#cl-69|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 02:24, 24 April 2011
JTableModule::bind
Description
Overloaded bind function.
Template:Description:JTableModule::bind [Edit Descripton]
Since
Synopsis
public JTableModule::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 in
libraries/joomla/database/table/module.php (line 69)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JTableModule::bind
Examples
<CodeExamplesForm />