API17

JTableModule::bind: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JTableModule->bind ($array, $ignore= '')
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

Joomla 11.1 JTableModule::bind

Description

Overloaded bind function.

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

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JTableModule::bind

Examples

<CodeExamplesForm />