API17

JForm::bind: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to bind data to the form.  
Method to bind data to the form.  


{{subst:Description:JForm::bind}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[API17:JForm::bind|Other versions of JForm::bind]]
* [[API17:JForm::bind|Other versions of JForm::bind]]
{{subst:SeeAlso:JForm::bind}}
 


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

Latest revision as of 03:03, 25 March 2017

Joomla 11.1 JForm::bind

Description

Method to bind data to the form.


public function bind ($data)
Parameter Type Default Description
$data mixed An array or object of data to bind to the form.
  • Returns boolean True on success.
  • Defined on line 108 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples