lithium\template\helper |
lithium\template\view |
Name | Description |
---|---|
Helper | Abstract class for template helpers to extend. |
TemplateException | A `TemplateException` is thrown whenever a view template cannot be found, or a called template is not readable or accessible for rendering. Also used by the view compiler if a compiled template cannot be written. |
View | As one of the three pillars of the Model-View-Controller design pattern, the `View` class (along with other supporting classes) is responsible for taking the data passed from the request and/or controller, inserting this into the requested template/layout, and then returning the rendered content. |