Db\DialectInterface::forUpdate

abstract public forUpdate (mixed $sqlQuery) ...

Mvc\Model\ValidatorInterface::getMessages

abstract public getMessages () ...

Mvc\Router::addPurge

public addPurge (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support)

Session\Adapter\Redis::write

public write (mixed $sessionId, mixed $data)

Acl\Adapter\Memory::deny

public deny (mixed $roleName, mixed $resourceName, mixed $access, [mixed $func]) Deny access to a role on a resource You can use ‘*’ as wildcard Example: //Deny access to guests to search on customers $acl->deny('guests', 'customers', 'search'); //Deny access to guests to search or create on customers $acl->deny('guests', 'customers', array('search', 'create')); //Deny access to any role to browse on products $acl->deny('*', 'products', 'browse'); //Deny access to any role to

Acl\AdapterInterface::allow

abstract public allow (mixed $roleName, mixed $resourceName, mixed $access, [mixed $func]) ...

Forms\Element::setUserOptions

public setUserOptions (array $options) Sets options for the element

Mvc\Model\MetaData::readColumnMapIndex

final public readColumnMapIndex (Phalcon\Mvc\ModelInterface $model, mixed $index) Reads column-map information for certain model using a MODEL_* constant print_r($metaData->readColumnMapIndex(new Robots(), MetaData::MODELS_REVERSE_COLUMN_MAP));

Mvc\ModelInterface::fireEvent

abstract public fireEvent (mixed $eventName) ...

Mvc\Model\Relation::getReferencedModel

public getReferencedModel () Returns the referenced model