public validate (Phalcon\Validation $validation, mixed $field) Executes the validation
public getModel () Returns the model that generated the messages
public getMatchedRoute () Returns the route that matches the handled URI
abstract public log (mixed $type, [mixed $message], [array $context]) ...
public static string selectStatic (array $parameters, [array $data]) Builds a HTML SELECT tag using a PHP array for options echo Phalcon\Tag::selectStatic("status", array("A" => "Active", "I" => "Inactive"))
abstract public getActiveRenderPath () ...
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
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
public Phalcon\Cli\Router\Route convert (string $name, callable $converter) Adds a converter to perform an additional transformation for certain parameter
integer TYPE_INSERT
Page 20 of 382