API17

JTableModule::bind: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
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.  


{{Description:JTableModule::bind}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableModule::bind|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JTableModule::bind ($array, $ignore= '')
public function bind (
        $array
        $ignore= ''
)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 32: Line 30:
|-
|-
|}
|}
===Returns===
* '''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
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/database/table/module.php (line 69)
* see source code in [[jplatform:database/table/module.php#cl-69|BitBucket]]
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JTableModule::bind source code''' on [[jplatform:database/table/module.php#cl-61|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JTableModule::bind|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JTableModule|JTableModule]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JTableModule/11.1|JTableModule]]
* [[API17:JTableModule::bind|Other versions of JTableModule::bind]]
* [[JTableModule::bind|Other versions of this method]]
 
{{SeeAlso:JTableModule::bind}}
 
===Examples===
===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=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JTableModule]][[Category:JTableModule::bind]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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