Mvc\Model\MetaData\Libmemcached::MODELS_NON_PRIMARY_KEY

integer MODELS_NON_PRIMARY_KEY

Security::getRandom

public getRandom () Returns a secure random number generator instance

Http\Request

implements Phalcon\Http\RequestInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Encapsulates request information for easy and secure access from application controllers. The request object is a simple value object that is passed between the dispatcher and controller classes. It packages the HTTP request environment. use Phalcon\Http\Request; $request = new Request(); if ($request->isPost()) { if ($request->isAjax()) { echo 'Request was made using POST and A

Cache\Backend

Source on GitHub This class implements common functionality for backend adapters. A backend cache adapter may extend this class Methods public getFrontend () ... public setFrontend (mixed $frontend) ... public getOptions () ... public setOptions (mixed $options) ... public getLastKey () ... public setLastKey (mixed $lastKey) ... public __construct (Phalcon\Cache\FrontendInterface $frontend, [array $options]) Phalcon\Cache\Backend constructor public mixed start (int | string $keyName, [int $life

Annotations\Adapter

implements Phalcon\Annotations\AdapterInterface Source on GitHub This is the base class for Phalcon\Annotations adapters Methods public setReader (Phalcon\Annotations\ReaderInterface $reader) Sets the annotations parser public getReader () Returns the annotation reader public get (string | object $className) Parses or retrieves all the annotations found in a class public getMethods (mixed $className) Returns the annotations found in all the class’ methods public getMethod (mixed $className, mix

Db\Dialect\Postgresql::dropIndex

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete an index from a table

Cli\Dispatcher::getLastTask

public getLastTask () Returns the lastest dispatched controller

Forms\ElementInterface::clear

abstract public clear () ...

Image\Adapter::crop

public crop (mixed $width, mixed $height, [mixed $offsetX], [mixed $offsetY]) Crop an image to the given size

Mvc\Controller\BindModelInterface

Source on GitHub Methods abstract public static getModelName () ...