Mvc\Model\Resultset::HYDRATE_RECORDS

integer HYDRATE_RECORDS

Mvc\Model\Transaction::commit

public commit () Commits the transaction

Db\Dialect::select

public select (array $definition) Builds a SELECT statement

Db::FETCH_OBJ

integer FETCH_OBJ

Volt: Template Engine

Volt is an ultra-fast and designer friendly templating language written in C for PHP. It provides you a set of helpers to write views in an easy way. Volt is highly integrated with other components of Phalcon, just as you can use it as a stand-alone component in your applications. Volt is inspired by Jinja, originally created by Armin Ronacher. Therefore many developers will be in familiar territory using the same syntax they have been using with similar template engines. Volt’s syntax and fe

Registry::__isset

final public __isset (mixed $key) ...

Annotations\Adapter\Apc::read

public Phalcon\Annotations\Reflection read (string $key) Reads parsed annotations from APC

Annotations\Adapter

implements Phalcon\Annotations\AdapterInterface Source on GitHub This is the base class for Phalcon\Annotations adapters Methods public setReader (Phalcon\Annotations\ReaderInterface $reader) Sets the annotations parser public getReader () Returns the annotation reader public get (string | object $className) Parses or retrieves all the annotations found in a class public getMethods (mixed $className) Returns the annotations found in all the class’ methods public getMethod (mixed $className, mix

ValidationInterface::getFilters

abstract public getFilters ([mixed $field]) ...

Mvc\Collection\Manager::isInitialized

public isInitialized (mixed $modelName) Check whether a model is already initialized