Crypt::decrypt

public decrypt (mixed $text, [mixed $key]) Decrypts an encrypted text echo $crypt->decrypt($encrypted, "decrypt password");

Config::offsetGet

public offsetGet (mixed $index) Gets an attribute using the array-syntax print_r($config['database']);

Debug::debugVar

public debugVar (mixed $varz, [mixed $key]) Adds a variable to the debug output

Validation::getMessages

public getMessages () Returns the registered validators

Registry::__set

final public __set (mixed $key, mixed $value) Sets an element in the registry

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

Mvc\Model::query

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

Mvc\Model\RelationInterface::getOption

abstract public getOption (mixed $name) ...