Mvc\Model\MetaData::MODELS_AUTOMATIC_DEFAULT_UPDATE

integer MODELS_AUTOMATIC_DEFAULT_UPDATE

Cache\FrontendInterface::isBuffering

abstract public isBuffering () ...

Mvc\Model\MetaData\Apc::MODELS_COLUMN_MAP

integer MODELS_COLUMN_MAP

Http\Response::setExpires

public setExpires (DateTime $datetime) Sets an Expires header in the response that allows to use the HTTP cache $this->response->setExpires(new DateTime());

Mvc\Collection::fireEvent

public fireEvent (mixed $eventName) Fires an internal event

Mvc\Router\Annotations::URI_SOURCE_SERVER_REQUEST_URI

integer URI_SOURCE_SERVER_REQUEST_URI

Http\RequestInterface

Source on GitHub Methods abstract public get ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getQuery ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getServer (mixed $name) ... abstract public has (mixed $name) ... abstract public hasPost (mixed $name) ... abstract public hasPut (mixed $name) ... abstract public hasQuery (mixed $name) ... abstract publi

Validation\ValidatorInterface::hasOption

abstract public hasOption (mixed $key) ...

Forms\Element\Hidden::render

public render ([array $attributes]) Renders the element widget returning html

Forms\Form

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable Source on GitHub This component allows to build forms using an object-oriented interface Methods public setValidation (mixed $validation) ... public getValidation () ... public __construct ([object $entity], [array $userOptions]) Phalcon\Forms\Form constructor public setAction (mixed $action) Sets the form’s action public getAction ()