Image\Adapter::mask

public mask (Phalcon\Image\Adapter $watermark) Composite one image onto another

Tag::getEscaperService

public static getEscaperService () Returns an Escaper service from the default DI

Http\RequestInterface::isConnect

abstract public isConnect () ...

Http\Request::getPost

public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive]) Gets a variable from the $_POST superglobal applying filters if needed If no parameters are given the $_POST superglobal is returned //Returns value from $_POST["user_email"] without sanitizing $userEmail = $request->getPost("user_email"); //Returns value from $_POST["user_email"] with sanitizing $userEmail = $request->getPost("user_email", "email");

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) ...

Mvc\Model\Manager::setReadConnectionService

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

Database Abstraction Layer

Phalcon\Db is the component behind Phalcon\Mvc\Model that powers the model layer in the framework. It consists of an independent high-level abstraction layer for database systems completely written in C. This component allows for a lower level database manipulation than using traditional models. This guide is not intended to be a complete documentation of available methods and their arguments. Please visit the API for a complete reference. Database Adapters This component makes use of adapter

Mvc\Model\MetaData\Files::MODELS_DATA_TYPES_BIND

integer MODELS_DATA_TYPES_BIND

Logger\Adapter::alert

public alert (mixed $message, [array $context]) Sends/Writes an alert message to the log