Method to bind an associative array or object to the JTable instance.This method only binds properties that are publicly accessible and optionally takes an array of properties to ignore when binding.
Signature
public function bind(mixed
$src,
array
$ignore )
Parameters
$src
An associative array or object to bind to the JTable instance.
$ignore
An optional array or space separated list of properties to ignore while binding.