Security\Random::bytes

public bytes ([mixed $len]) Generates a random binary string The Random::bytes method returns a string and accepts as input an int representing the length in bytes to be returned. If $len is not specified, 16 is assumed. It may be larger in future. The result may contain any byte: “x00” - “xFF”. $random = new \Phalcon\Security\Random(); $bytes = $random->bytes(); var_dump(bin2hex($bytes)); // possible output: string(32) "00f6c04b144b41fad6a59111c126e1ee"

Db\Dialect\Sqlite::describeReferences

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

Security::getDI

public getDI () Returns the internal dependency injector

Tag::getValue

public static mixed getValue (string $name, [array $params]) Every helper calls this function to check whether a component has a predefined value using Phalcon\Tag::setDefault or value from _POST

Mvc\Model\Relation::ACTION_CASCADE

integer ACTION_CASCADE

Mvc\Model\MetaData\Session::MODELS_NOT_NULL

integer MODELS_NOT_NULL

Mvc\Model\MetaDataInterface::getAutomaticUpdateAttributes

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

Mvc\Model\Query::setBindTypes

public setBindTypes (array $bindTypes, [mixed $merge]) Set default bind parameters

Annotations\Collection::key

public key () Returns the current position/key in the iterator

Mvc\Collection\Manager::isUsingImplicitObjectIds

public isUsingImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model) Checks if a model is using implicit object ids