Translate\Adapter\Gettext::query

public string query (string $index, [array $placeholders]) Returns the translation related to the given key

Db\Column::hasDefault

public hasDefault () Check whether column has default value

Mvc\Model\MetaDataInterface::write

abstract public write (mixed $key, mixed $data) ...

Mvc\Router\Route::getCompiledPattern

public getCompiledPattern () Returns the route’s compiled pattern

Mvc\Model\Manager::getReadConnection

public getReadConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to read data related to a model

Mvc\Collection\ManagerInterface::initialize

abstract public initialize (Phalcon\Mvc\CollectionInterface $model) ...

Db\Dialect\Mysql::createView

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create a view

Http\CookieInterface::setHttpOnly

abstract public setHttpOnly (mixed $httpOnly) ...

Db\DialectInterface::describeColumns

abstract public describeColumns (mixed $table, [mixed $schema]) ...

Mvc\Model\MetaData\Apc

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the APC cache. Data will erased if the web server is restarted By default meta-data is stored for 48 hours (172800 seconds) You can query the meta-data by printing apc_fetch(‘$PMM$’) or apc_fetch(‘$PMM$my-app-id’) $metaData = new \Phalcon\Mvc\Model\Metadata\Apc(array( 'prefix' => 'my-app-id', 'lifetime' => 8