public offsetSet (int $index, Phalcon\Mvc\ModelInterface $value) Resultsets cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface
public setIsFresh (mixed $isFresh) Set if the resultset is fresh or an old one cached
public offsetGet (mixed $index) Gets row in a specific position of the resultset
public setHydrateMode (mixed $hydrateMode) Sets the hydration mode in the resultset
public next () Moves cursor to next row in the resultset
integer HYDRATE_ARRAYS
integer HYDRATE_RECORDS
public offsetExists (mixed $index) Checks whether offset exists in the resultset
public array jsonSerialize () Returns serialised model objects as array for json_encode. Calls jsonSerialize on each object if present $robots = Robots::find(); echo json_encode($robots);
public key () Gets pointer number of active row in the resultset
Page 103 of 382