View
Table of Contents
Namespaces
- Exception
- Form
- Helper
- Widget
Classes
- AjaxView
- A view class that is used for AJAX responses.
- Cell
- Cell base.
- Helper
- Abstract base class for all other Helpers in CakePHP.
- HelperRegistry
- HelperRegistry is used as a registry for loaded helpers and handles loading
and constructing helper class objects.
- JsonView
- A view class that is used for JSON responses.
- NegotiationRequiredView
- A view class that responds to any content-type and can be used to create
an empty body 406 status code response.
- SerializedView
- Parent class for view classes generating serialized outputs like JsonView and XmlView.
- StringTemplate
- Provides an interface for registering and inserting
content into simple logic-less string templates.
- View
- View, the V in the MVC triad. View interacts with Helpers and view variables passed
in from the controller to render the results of the controller action. Often this is HTML,
but can also take the form of JSON, XML, PDF's or streaming files.
- ViewBlock
- ViewBlock implements the concept of Blocks or Slots in the View layer.
- ViewBuilder
- Provides an API for iteratively building a view up.
- XmlView
- A view class that is used for creating XML responses.
Traits
- CellTrait
- Provides cell() method for usage in Controller and View classes.
- StringTemplateTrait
- Adds string template functionality to any class by providing methods to
load and parse string templates.
- ViewVarsTrait
- Provides the set() method for collecting template context.