Crypt::PADDING_ISO_10126

integer PADDING_ISO_10126

Http\Response\Cookies::useEncryption

public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted

Mvc\Model\MetaData\Libmemcached::read

public read (mixed $key) Reads metadata from Memcache

Mvc\ModelInterface::count

abstract public static count ([mixed $parameters]) ...

Mvc\Model\MetaData::setEmptyStringAttributes

public setEmptyStringAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes) Set the attributes that allow empty string values $metaData->setEmptyStringAttributes(new Robots(), array('name' => true));

Http\Response\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Security::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Mvc\View\Engine\Volt\Compiler::getOption

public string getOption (string $option) Returns a compiler’s option

View Helpers (Tags)

Writing and maintaining HTML markup can quickly become a tedious task because of the naming conventions and numerous attributes that have to be taken into consideration. Phalcon deals with this complexity by offering Phalcon\Tag, which in turn offers view helpers to generate HTML markup. This component can be used in a plain HTML+PHP view or in a Volt template. This guide is not intended to be a complete documentation of available helpers and their arguments. Please visit the Phalcon\Tag page

Mvc\Model\Query\Builder::groupBy

public Phalcon\Mvc\Model\Query\Builder groupBy (string | array $group) Sets a GROUP BY clause $builder->groupBy(array('Robots.name'));