integer HYDRATE_OBJECTS
integer HYDRATE_ARRAYS
public getType () Returns the internal type of data retrieval that the resultset is using
public getMessages () Returns the error messages produced by a batch operation
public getLast () Get last row in the resultset
public getHydrateMode () Returns the current hydration mode
public getFirst () Get first row in the resultset
public getCache () Returns the associated cache for 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 delete ([Closure $conditionCallback]) Deletes every record in the resultset
Page 104 of 382