Mvc\Model\Manager::setReadConnectionService

public setReadConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets read connection service for a model

Flash\Direct::message

public message (mixed $type, mixed $message) Outputs a message

Crypt::PADDING_PKCS7

integer PADDING_PKCS7

Mvc\Model\Manager::__destruct

public __destruct () Destroys the current PHQL cache

Mvc\Model\Manager::addBehavior

public addBehavior (Phalcon\Mvc\ModelInterface $model, Phalcon\Mvc\Model\BehaviorInterface $behavior) Binds a behavior to a model

Mvc\Model::query

public static query ([Phalcon\DiInterface $dependencyInjector]) Create a criteria for a specific model

Db\ResultInterface::setFetchMode

abstract public setFetchMode (mixed $fetchMode) ...

ValidationInterface

Source on GitHub Methods abstract public validate ([mixed $data], [mixed $entity]) ... abstract public add (mixed $field, Phalcon\Validation\ValidatorInterface $validator) ... abstract public rule (mixed $field, Phalcon\Validation\ValidatorInterface $validator) ... abstract public rules (mixed $field, array $validators) ... abstract public setFilters (mixed $field, mixed $filters) ... abstract public getFilters ([mixed $field]) ... abstract public getValidators () ... abstract public getEntity

Mvc\Router\Annotations::processActionAnnotation

public processActionAnnotation (mixed $module, mixed $namespaceName, mixed $controller, mixed $action, Phalcon\Annotations\Annotation $annotation) Checks for annotations in the public methods of the controller

Db\Dialect\Mysql

extends abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface Source on GitHub Generates database specific SQL for the MySQL RDBMS Methods public getColumnDefinition (Phalcon\Db\ColumnInterface $column) Gets the column name in MySQL public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) Generates SQL to add a column to a table public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInt