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

Mvc\View\Engine\Volt\Compiler::setOptions

public setOptions (array $options) Sets the compiler options

Security\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

Mvc\ViewInterface::setLayout

abstract public setLayout (mixed $layout) ...

Http\RequestInterface::hasQuery

abstract public hasQuery (mixed $name) ...

Cache\Multiple::push

public push (Phalcon\Cache\BackendInterface $backend) Adds a backend

Security

This component aids the developer in common security tasks such as password hashing and Cross-Site Request Forgery protection (CSRF). Password Hashing Storing passwords in plain text is a bad security practice. Anyone with access to the database will immediately have access to all user accounts thus being able to engage in unauthorized activities. To combat that, many applications use the familiar one way hashing methods “md5” and “sha1”. However, hardware evolves each day, and becomes faster,

Db\Adapter::rollbackSavepoint

public rollbackSavepoint (mixed $name) Rollbacks given savepoint

Mvc\Router\RouteInterface::reset

abstract public static reset () ...

Assets\Collection::getResources

public getResources () ...