integer HYDRATE_RECORDS
integer HYDRATE_ARRAYS
public getCache () Returns the associated cache for the resultset
public getFirst () Get first row in the resultset
public getMessages () Returns the error messages produced by a batch operation
public getLast () Get last row in the resultset
public Phalcon\Mvc\Model[] filter (callback $filter) Filters a resultset returning only those the developer requires $filtered = $robots->filter(function($robot){ if ($robot->id < 3) { return $robot; } });
public getType () Returns the internal type of data retrieval that the resultset is using
public getHydrateMode () Returns the current hydration mode
final public count () Counts how many rows are in the resultset
Page 104 of 382