Acl\Adapter\Memory::isAllowed

public isAllowed (mixed $roleName, mixed $resourceName, mixed $access, [array $parameters]) Check whether a role is allowed to access an action from a resource //Does andres have access to the customers resource to create? $acl->isAllowed('andres', 'Products', 'create'); //Do guests have access to any resource to edit? $acl->isAllowed('guests', '*', 'edit');

Cache\Frontend\Msgpack::start

public start () Starts output frontend. Actually, does nothing

Config::offsetUnset

public offsetUnset (mixed $index) Unsets an attribute using the array-syntax unset($config['database']);

Mvc\Model\MetaData\Redis::MODELS_NOT_NULL

integer MODELS_NOT_NULL

Improving Performance with Cache

Phalcon provides the Phalcon\Cache class allowing faster access to frequently used or already processed data. Phalcon\Cache is written in C, achieving higher performance and reducing the overhead when getting items from the backends. This class uses an internal structure of frontend and backend components. Front-end components act as input sources or interfaces, while backend components offer storage options to the class. When to implement cache? Although this component is very fast, implementi

Mvc\Model\MetaData\Xcache::MODELS_AUTOMATIC_DEFAULT_UPDATE

integer MODELS_AUTOMATIC_DEFAULT_UPDATE

Mvc\Router\Route::getGroup

public getGroup () Returns the group associated with the route

Db\Column::isUnsigned

public isUnsigned () Returns true if number column is unsigned

Http\Request::isOptions

public isOptions () Checks whether HTTP method is OPTIONS. if _SERVER[“REQUEST_METHOD”]===”OPTIONS”

Tag::monthField

public static string monthField (array $parameters) Builds a HTML input[type=”month”] tag