Mvc\Model\MetaData\Files::MODELS_DATA_TYPES_BIND

integer MODELS_DATA_TYPES_BIND

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'));

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

Session\Bag::getIterator

final public getIterator () Returns the bag iterator

Mvc\RouterInterface::getRouteById

abstract public getRouteById (mixed $id) ...

Database Abstraction Layer

Phalcon\Db is the component behind Phalcon\Mvc\Model that powers the model layer in the framework. It consists of an independent high-level abstraction layer for database systems completely written in C. This component allows for a lower level database manipulation than using traditional models. This guide is not intended to be a complete documentation of available methods and their arguments. Please visit the API for a complete reference. Database Adapters This component makes use of adapter

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

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));