FOFTable::load
Method to load a row from the database by primary key and bind the fields to the FOFTable instance properties.
Signature
public function load([mixed
$keys = null,
[boolean
$reset = true]] )
Parameters
-
$keys
- An optional primary key value to load the row by, or an array of fields to match. If not
-
$reset
- True to reset the default values before loading the new row.
Returns
- boolean
- True if successful. False if row not found.