New Package: Views
As promised previously, I have committed many interesting view components into the repository. I’ve written an overview of the package on my personal blog which discusses each part individually.
In summary, Panda_View is a simple package which provides an API for rendering data across various output formats. At the time of this writing, Panda_View can render PHP, JSON, XML, and HTML. New new classes for rendering data is trivial — in most cases, all that needs to be done is write a render() in a class which extends Panda_View_Abstract.
More info:
- I have started a wiki page for the Panda_View package
- API documentation is available for all libraries: