JTable::load/11.1
From Joomla! Documentation
JTable::load
Description
Method to load a row from the database by primary key and bind the fields to the instance properties.
Description:JTable::load [Edit Descripton]
public function load ( $keys=null $reset=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $keys | mixed | null | An optional primary key value to load the row by, or an array of fields to match. If not set the instance property value is used. |
| $reset | boolean | true | True to reset the default values before loading the new row. |
- Returns boolean True if successful. False if row not found or on error (internal error state set in that case).
- Defined on line 428 of libraries/joomla/database/table.php
- Since

See also
JTable::load source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::load
SeeAlso:JTable::load [Edit See Also]