API17

API17:JForm::bind

From Joomla! Documentation

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