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

Mvc\Model\Manager::getReusableRecords

public getReusableRecords (mixed $modelName, mixed $key) Returns a reusable object from the internal list

Http\Cookie::setPath

public setPath (mixed $path) Sets the cookie’s expiration time

Tag::HTML401_TRANSITIONAL

integer HTML401_TRANSITIONAL

Http\Request\FileInterface::moveTo

abstract public moveTo (mixed $destination) ...

Mvc\Router::getNamespaceName

public getNamespaceName () Returns the processed namespace name