Mvc\RouterInterface::getModuleName

abstract public getModuleName () ...

Http\Response\Cookies::reset

public reset () Reset set cookies

Db\Reference

implements Phalcon\Db\ReferenceInterface Source on GitHub Allows to define reference constraints on tables $reference = new \Phalcon\Db\Reference("field_fk", array( 'referencedSchema' => "invoicing", 'referencedTable' => "products", 'columns' => array("product_type", "product_code"), 'referencedColumns' => array("type", "code") )); Methods public getName () Constraint name public getSchemaName () ... public getReferencedSchema () ... public getReferencedTable () Ref

Crypt

implements Phalcon\CryptInterface Source on GitHub Provides encryption facilities to phalcon applications $crypt = new \Phalcon\Crypt(); $key = 'le password'; $text = 'This is a secret text'; $encrypted = $crypt->encrypt($text, $key); echo $crypt->decrypt($encrypted, $key); Constants integer PADDING_DEFAULT integer PADDING_ANSI_X_923 integer PADDING_PKCS7 integer PADDING_ISO_10126 integer PADDING_ISO_IEC_7816_4 integer PADDING_ZERO integer PADDING_SPACE Methods public se

Mvc\Model\Query::TYPE_UPDATE

integer TYPE_UPDATE

Mvc\Model\ManagerInterface::getModelSchema

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

Mvc\Model\MetaData\Memory::MODELS_DATE_IN

integer MODELS_DATE_IN

Mvc\Model\Manager::getModelSource

public getModelSource (Phalcon\Mvc\ModelInterface $model) Returns the mapped source for a model

Loader::getCheckedPath

public getCheckedPath () Get the path the loader is checking for a path

Validation\MessageInterface::setMessage

abstract public setMessage (mixed $message) ...