Cache\Backend\Mongo::queryKeys

public array queryKeys ([string $prefix]) Query the existing cached keys

Mvc\Model\Query::setUniqueRow

public setUniqueRow (mixed $uniqueRow) Tells to the query if only the first row in the resultset must be returned

Mvc\Model\Query\Builder::andWhere

public Phalcon\Mvc\Model\Query\Builder andWhere (string $conditions, [array $bindParams], [array $bindTypes]) Appends a condition to the current conditions using a AND operator $builder->andWhere('name = "Peter"'); $builder->andWhere('name = :name: AND id > :id:', array('name' => 'Peter', 'id' => 100));

Translate\Adapter::offsetExists

public offsetExists (mixed $translateKey) Check whether a translation key exists

Db\Reference::getOnUpdate

public getOnUpdate () ON UPDATE

Cache\Backend\File::decrement

public mixed decrement ([string | int $keyName], [int $value]) Decrement of a given key, by number $value

Mvc\Model\Resultset\Complex::unserialize

public unserialize (mixed $data) Unserializing a resultset will allow to only works on the rows present in the saved state

Validation\Message\Group

implements Countable, ArrayAccess, Iterator, Traversable Source on GitHub Represents a group of validation messages Methods public __construct ([array $messages]) Phalcon\Validation\Message\Group constructor public Phalcon\Validation\Message offsetGet (int $index) Gets an attribute a message using the array syntax print_r($messages[0]); public offsetSet (int $index, Phalcon\Validation\Message $message) Sets an attribute using the array-syntax $messages[0] = new \Phalcon\Validation\Message('Thi

Installation

PHP extensions require a slightly different installation method to a traditional PHP-based library or framework. You can either download a binary package for the system of your choice or build it from the sources. Windows To use phalcon on Windows you can download a DLL library. Edit your php.ini file and then append at the end: extension=php_phalcon.dll Restart your webserver. The following screencast is a step-by-step guide to install Phalcon on Windows: Related Guides Installation on XAMP

Mvc\Micro::offsetUnset

public offsetUnset (string $alias) Removes a service from the internal services container using the array syntax