Views are used to output data and content returned by a Controller in a certain fornat. For example, the web page you are reading was converted into HTML by the HTMLView.
Backend supports various views by default:
- HTMLView
- JSONView - Return data as JavaScript Object Notation.
- RSSView - Return a list as a RSS feed.
- ImageView - Return an image object as an image.
- And more...
Adding more views is straight forward, and can be done in minutes by extending the base View class.

Download v.1.0.3
ZIP
GZ

