Mvc\Model\Criteria::sharedLock

public sharedLock ([mixed $sharedLock]) Adds the “shared_lock” parameter to the criteria

Http\Request::getJsonRawBody

public getJsonRawBody ([mixed $associative]) Gets decoded JSON HTTP raw request body

Mvc\Model\Resultset\Simple::unserialize

public unserialize (mixed $data) Unserializing a resultset will allow to only works on the rows present in the saved state

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

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

Cache\Backend\Libmemcached::delete

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

Mvc\ViewInterface::getActiveRenderPath

abstract public getActiveRenderPath () ...

ValidationInterface::setLabels

abstract public setLabels (array $labels) ...