API17

Difference between revisions of "JForm::bind"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to bind data to the form.  
 
Method to bind data to the form.  
  
{{Description:JForm::bind}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JForm::bind|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JForm->bind ($data)
+
public function bind ($data)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True on success.
boolean True on success.
+
* '''Defined''' on line 108 of libraries/joomla/form/form.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/form/form.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JForm::bind source code''' on [[jplatform:form/form.php#cl-100|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JForm::bind|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JForm|JForm]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JForm/11.1|JForm]]
+
* [[API17:JForm::bind|Other versions of JForm::bind]]
* [[JForm::bind|Other versions of this method]]
+
 
{{SeeAlso:JForm::bind}}
+
 
===Examples===
+
===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=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JForm]][[Category:JForm::bind]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:03, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JForm::bind[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]