From Aspen Documentation
Generates a quick select statement for a single record.
Since 1.0
Arguments
array quickSelectSingle ([string $table = false], [integer $id = false])
- table
- Database table name.
- id
- Unique id of the record to return.
Returns
Returns an array of the result record.
Examples
Example:
$this->APP->model->quickSelectSingle('blog', 1);