Logger\Multiple::setFormatter

public setFormatter (Phalcon\Logger\FormatterInterface $formatter) Sets a global formatter

Http\Request::getHTTPReferer

public getHTTPReferer () Gets web page that refers active request. ie: http://www.google.com

Cli\Router\Route::convert

public Phalcon\Cli\Router\Route convert (string $name, callable $converter) Adds a converter to perform an additional transformation for certain parameter

Cache\Backend\Libmemcached::delete

public boolean delete (int | string $keyName) Deletes a value from the cache by its key

Pagination

The process of pagination takes place when we need to present big groups of arbitrary data gradually. Phalcon\Paginator offers a fast and convenient way to split these sets of data into browsable pages. Data Adapters This component makes use of adapters to encapsulate different sources of data: Adapter Description Phalcon\Paginator\Adapter\NativeArray Use a PHP array as source data Phalcon\Paginator\Adapter\Model Use a Phalcon\Mvc\Model\Resultset object as source data. Since PDO doesn’t support

Mvc\ViewInterface::getActiveRenderPath

abstract public getActiveRenderPath () ...

Mvc\Model\MessageInterface::getType

abstract public getType () ...

Http\ResponseInterface::getHeaders

abstract public getHeaders () ...

Mvc\Collection::unserialize

public unserialize (mixed $data) Unserializes the object from a serialized string

Annotations\AdapterInterface::getProperty

abstract public getProperty (mixed $className, mixed $propertyName) ...