Cache\BackendInterface

Source on GitHub Methods abstract public start (mixed $keyName, [mixed $lifetime]) ... abstract public stop ([mixed $stopBuffer]) ... abstract public getFrontend () ... abstract public getOptions () ... abstract public isFresh () ... abstract public isStarted () ... abstract public setLastKey (mixed $lastKey) ... abstract public getLastKey () ... abstract public get (mixed $keyName, [mixed $lifetime]) ... abstract public save ([mixed $keyName], [mixed $content], [mixed $lifetime], [mixed $stopB

Mvc\Router\Annotations

extends class Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub A router that reads routes annotations from classes/resources $di['router'] = function() { //Use the annotations router $router = new Annotations(false); //This will do the same as above but only if the handled uri starts with /robots $router->addResource('Robots', '/robots'); return $router; }

Mvc\Model\MetaData\Apc::MODELS_EMPTY_STRING_VALUES

integer MODELS_EMPTY_STRING_VALUES

Mvc\Model\Criteria::conditions

public conditions (mixed $conditions) Adds the conditions parameter to the criteria

Db\Adapter::addForeignKey

public addForeignKey (mixed $tableName, mixed $schemaName, Phalcon\Db\ReferenceInterface $reference) Adds a foreign key to a table

Mvc\Model\Transaction\ManagerInterface::collectTransactions

abstract public collectTransactions () ...

Mvc\View\Engine\Volt::isIncluded

public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack

Image\Adapter::liquidRescale

public liquidRescale (mixed $width, mixed $height, [mixed $deltaX], [mixed $rigidity]) This method scales the images using liquid rescaling method. Only support Imagick

Mvc\Model\Query::getCacheOptions

public getCacheOptions () Returns the current cache options

Mvc\Model\Manager::setModelSource

public setModelSource (Phalcon\Mvc\ModelInterface $model, mixed $source) Sets the mapped source for a model