implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable
Source on GitHub
This component allows Phalcon\Mvc\Model to return rows without an associated entity. This objects implements the ArrayAccess interface to allow access the object as object->x or array[x].
Methods
public setDirtyState (mixed $dirtyState)
Set the current object’s state
public boolean offsetExists (string | int $index)
Checks whether offset exists in the row
public string |