Mvc\View\Engine\Php

extends abstract class Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface Source on GitHub Adapter to use PHP itself as templating engine Methods public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template engine public __construct (Phalcon\Mvc\ViewBaseInterface $view, [Phalcon\DiInterface $dependencyInjector]) inherited from Phalcon\Mvc\View\Engine Phalcon\Mvc\View\En

Mvc\View\Simple::setContent

public setContent (mixed $content) Externally sets the view content $this->view->setContent("<h1>hello</h1>");

Assets\Resource\Css

extends class Phalcon\Assets\Resource Source on GitHub Represents CSS resources Methods public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSourcePath

Validation\CombinedFieldsValidator

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Methods public __construct ([array $options]) inherited from Phalcon\Validation\Validator Phalcon\Validation\Validator constructor public isSetOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option has been defined public hasOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option is defined public getOption (mixed $key,

Session\AdapterInterface::getId

abstract public getId () ...

Mvc\Model\Query\Builder::where

public Phalcon\Mvc\Model\Query\Builder where (mixed $conditions, [array $bindParams], [array $bindTypes]) Sets the query conditions $builder->where(100); $builder->where('name = "Peter"'); $builder->where('name = :name: AND id > :id:', array('name' => 'Peter', 'id' => 100));

Mvc\Model\MetaData\Session::MODELS_DATA_TYPES_NUMERIC

integer MODELS_DATA_TYPES_NUMERIC

Mvc\View::setContent

public setContent (mixed $content) Externally sets the view content $this->view->setContent("<h1>hello</h1>");

Debug::getCssSources

public getCssSources () Returns the css sources

Cache\Backend\Xcache::save

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend