Mvc\Model\MetaData\Memcache

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the Memcache. By default meta-data is stored for 48 hours (172800 seconds) $metaData = new Phalcon\Mvc\Model\Metadata\Memcache(array( 'prefix' => 'my-app-id', 'lifetime' => 86400, 'host' => 'localhost', 'port' => 11211, 'persistent' => false )); Constants integer MODELS_ATTRIBUTES in

Debug::halt

public halt () Halts the request showing a backtrace

Mvc\Model\MetaData\Redis::MODELS_DATE_IN

integer MODELS_DATE_IN

Translate\Adapter\NativeArray::query

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

Config::merge

public merge (Phalcon\Config $config) Merges a configuration into the current one $appConfig = new \Phalcon\Config(array('database' => array('host' => 'localhost'))); $globalConfig->merge($config2);

Cli\RouterInterface::getRouteByName

abstract public getRouteByName (mixed $name) ...

Db\Adapter\Pdo\Postgresql::supportSequences

public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values

Mvc\Model\MetaData\Session::MODELS_DEFAULT_VALUES

integer MODELS_DEFAULT_VALUES

Validation\Message

implements Phalcon\Validation\MessageInterface Source on GitHub Encapsulates validation info generated in the validation process Methods public __construct (mixed $message, [mixed $field], [mixed $type], [mixed $code]) Phalcon\Validation\Message constructor public setType (mixed $type) Sets message type public getType () Returns message type public setMessage (mixed $message) Sets verbose message public getMessage () Returns verbose message public setField (mixed $field) Sets field name related

Http\Response\CookiesInterface::has

abstract public has (mixed $name) ...