Image\Adapter\Imagick

extends abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface Source on GitHub Image manipulation support. Allows images to be resized, cropped, etc. $image = new Phalcon\Image\Adapter\Imagick("upload/test.jpg"); $image->resize(200, 200)->rotate(90)->crop(100, 100); if ($image->save()) { echo 'success'; } Methods public static check () Checks if Imagick is enabled public __construct (mixed $file, [mixed $width], [mixed $height]) \Phalcon\Image\Adapt

Session\Bag::initialize

public initialize () Initializes the session bag. This method must not be called directly, the class calls it when its internal data is accessed

Mvc\View\Simple::setVars

public setVars (array $params, [mixed $merge]) Set all the render params $this->view->setVars(['products' => $products]);

Dependency Injection/Service Location

Before reading this section, it is wise to read the section which explains why Phalcon uses service location and dependency injection. Phalcon\Di is a component implementing Dependency Injection and Location of services and it’s itself a container for them. Since Phalcon is highly decoupled, Phalcon\Di is essential to integrate the different components of the framework. The developer can also use this component to inject dependencies and manage global instances of the different classes used i

Mvc\ModelInterface::setReadConnectionService

abstract public setReadConnectionService (mixed $connectionService) ...

Db\ColumnInterface::__set_state

abstract public static __set_state (array $data) ...

Mvc\Model\Criteria::forUpdate

public forUpdate ([mixed $forUpdate]) Adds the “for_update” parameter to the criteria

Mvc\Model\MetaDataInterface::readColumnMap

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

Assets\Manager::getCss

public getCss () Returns the CSS collection of assets

Mvc\Model\Validator\Email::validate

public validate (Phalcon\Mvc\EntityInterface $record) Executes the validator