Methods

Sets the total number of rows and stores the result locally.

__construct(mixed $result, string $sql, mixed $as_object) 

Parameters

$result

mixed

query result

$sql

string

SQL query

$as_object

mixed

object

Result destruction cleans up all open result sets.

__destruct() : void

Get a cached database result from the current result iterator.

cached() : \Fuel\Core\Database_PDO_Cached

$cachable = serialize($result->cached());

Returns