final public rewind () Rewinds resultset to its beginning
extends abstract class Phalcon\Mvc\Model\Resultset
public getHydrateMode () Returns the current hydration mode
final public count () Counts how many rows are in the resultset
public next () Moves cursor to next row in the resultset
public isFresh () Tell if the resultset if fresh or an old one cached
public toArray () Returns a complete resultset as an array, if the resultset has a big number of rows it could consume more
public offsetGet (mixed $index) Gets row in a specific position of the resultset
Page 5 of 5