Di::set

public set (mixed $name, mixed $definition, [mixed $shared]) Registers a service in the services container

Paginator\Adapter\QueryBuilder::getQueryBuilder

public getQueryBuilder () Get query builder object

Session\Adapter\Redis::SESSION_ACTIVE

integer SESSION_ACTIVE

Mvc\Model\MetaData::getEmptyStringAttributes

public getEmptyStringAttributes (Phalcon\Mvc\ModelInterface $model) Returns attributes allow empty strings print_r($metaData->getEmptyStringAttributes(new Robots()));

Mvc\Model\Query\BuilderInterface::orWhere

abstract public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...

Cache\Backend\File

extends abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface Source on GitHub Allows to cache output fragments using a file backend use Phalcon\Cache\Backend\File; use Phalcon\Cache\Frontend\Output as FrontOutput; // Cache the file for 2 days $frontendOptions = [ 'lifetime' => 172800 ]; // Create an output cache $frontCache = FrontOutput($frontOptions); // Set the cache directory $backendOptions = [ 'cacheDir' => '../app/cache/' ]; // Crea

Db\ReferenceInterface

Source on GitHub Methods abstract public getName () ... abstract public getSchemaName () ... abstract public getReferencedSchema () ... abstract public getColumns () ... abstract public getReferencedTable () ... abstract public getReferencedColumns () ... abstract public getOnDelete () ... abstract public getOnUpdate () ... abstract public static __set_state (array $data) ...

Paginator\Adapter\QueryBuilder::setQueryBuilder

public setQueryBuilder (Phalcon\Mvc\Model\Query\Builder $builder) Set query builder object

Mvc\Model\ManagerInterface::getReadConnectionService

abstract public getReadConnectionService (Phalcon\Mvc\ModelInterface $model) ...

Mvc\Model\Manager::getRelations

public getRelations (mixed $modelName) Query all the relationships defined on a model