PHP lithium\template\helper Namespace

Classes

Name Description
Form A helper class to facilitate generating, processing and securing HTML forms. By default, `Form` will simply generate HTML forms and widgets, but by creating a form with a _binding object_, the helper can pre-fill form input values, render error messages, and introspect column types.
Html A template helper that assists in generating HTML content. Accessible in templates via `$this->html`, which will auto-load this helper into the rendering context. For examples of how to use this helper, see the documentation for a specific method. For a list of the template strings this helper uses, see the `$_strings` property.
Security The `Security` helper is responsible for various tasks associated with verifying the authenticity of requests, including embedding secure tokens to protect against CSRF attacks, and signing forms to prevent adding or removing fields, or tampering with fields that are designated 'locked'.