API17

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.  


{{subst:Description:JTableModule::bind}}
 


<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]]
{{subst:SeeAlso:JTableModule::bind}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JTableModule::bind
category=JTableModule::bind
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:49, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples