Views
Table of Contents
Interfaces
- IView
- View interface for the Neuron MVC framework's rendering system.
Classes
- Base
- Base view class for the Neuron MVC framework.
- Html
- Generate html output by combining
a layout with a view and data.
- Json
- JSON view implementation for API responses and AJAX endpoints.
- Markdown
- Generate html output by combining
a layout with a view and data.
- ViewContext
- Fluent view context builder for controllers.
- ViewDataProvider
- Global view data provider for the MVC framework.
- Xml
- XML view implementation for structured data output and web services.
Traits
- CacheableView