Mvc\Model\Criteria::where

public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Sets the conditions parameter in the criteria

Security\Random

Source on GitHub Secure random number generator class. Provides secure random number generator which is suitable for generating session key in HTTP cookies, etc. It supports following secure random number generators: - random_bytes (PHP 7) - libsodium - openssl, libressl - /dev/urandom Phalcon\Security\Random could be mainly useful for: - Key generation (e.g. generation of complicated keys) - Generating random passwords for new user accounts - Encryption systems $random = new \Phalcon\Security\

Logger\Adapter\Syslog::logInternal

public logInternal (string $message, int $type, int $time, array $context) Writes the log to the stream itself

Mvc\Model\MetaData\Memcache::MODELS_DATE_AT

integer MODELS_DATE_AT

Db\DialectInterface::describeReferences

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

Db\Adapter\Pdo\Sqlite::describeColumns

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing a table print_r($connection->describeColumns("posts"));

Assets\Resource::getRealTargetUri

public getRealTargetUri () Returns the real target uri for the generated HTML

Validation\Validator\ExclusionIn::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation

Mvc\Model\MetaData\Memcache::MODELS_DATA_TYPES

integer MODELS_DATA_TYPES

Mvc\Model\Transaction\Manager::collectTransactions

public collectTransactions () Remove all the transactions from the manager