Db\ResultInterface::fetchArray

abstract public fetchArray () ...

Assets\Collection::next

public next () Moves the internal iteration pointer to the next position

Mvc\View\Simple::getRegisteredEngines

public getRegisteredEngines ()

Mvc\RouterInterface::handle

abstract public handle ([mixed $uri]) ...

Mvc\Collection::OP_NONE

integer OP_NONE

Db\Dialect

implements Phalcon\Db\DialectInterface Source on GitHub This is the base class to each database dialect. This implements common methods to transform intermediate code into its RDBMS related syntax Methods public registerCustomFunction (mixed $name, mixed $customFunction) Registers custom SQL functions public getCustomFunctions () Returns registered functions final public escapeSchema (mixed $str, [mixed $escapeChar]) Escape Schema final public escape (mixed $str, [mixed $escapeChar]) Escape ide

Mvc\Model\Query\Builder

implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Helps to create PHQL queries using an OO interface $params = array( 'models' => array('Users'), 'columns' => array('id', 'name', 'status'), 'conditions' => array( array( "created > :min: AND created < :max:", array("min" => '2013-01-01', 'max' => '2014-01-01'), array("min" => PDO::PARAM_STR, 'max' =>

Mvc\Model::getModelsMetaData

public getModelsMetaData () Returns the models meta-data service related to the entity instance

Http\Response::isSent

public isSent () Check if the response is already sent

Tag::displayTo

public static displayTo (string $id, string $value) Alias of Phalcon\Tag::setDefault