public valid () Check whether internal resource has rows to fetch
Source on GitHub Methods abstract public getType () ... abstract public getFirst () ... abstract public getLast () ... abstract public setIsFresh (mixed $isFresh) ... abstract public isFresh () ... abstract public getCache () ... abstract public toArray () ...
integer TYPE_RESULT_FULL
integer TYPE_RESULT_PARTIAL
abstract public getFirst () ...
public boolean update (array $data, [Closure $conditionCallback]) Updates every record in the resultset
abstract public getCache () ...
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 offsetUnset (mixed $offset) 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
Page 102 of 382