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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JForm::bind | category=JForm::bind | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:03, 25 March 2017
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. |
See also
JForm::bind source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::bind
User contributed notes
Code Examples