Panda_View Namespace Reference


Detailed Description

A base class for views

Author:
Michael Girouard (mikeg@lovemikeg.com) The New BSD License (http://pandaphp.org/license.html)
A view for rendering HTML documents

This view offers a structured approach for rendering HTML documents for the web by defining two primary data types: templates and partials.

Templates are documents designed to contain partials. This will be your usually static content such as the header, navigation and footer of a web page.

Partials are documents which live inside of templates. Partials may be placed anywhere within a template by specifying a target XPath. The first match will be used to inject the partial document.

Author:
Michael Girouard The New BSD License (http://pandaphp.org/license.html)
An interface for views

Author:
Michael Girouard (mikeg@lovemikeg.com) The New BSD License (http://pandaphp.org/license.html)
A view for rendering JSON data

This is an unstructured view and doesn't offer any formatting capabilities.

Author:
Michael Girouard The New BSD License (http://pandaphp.org/license.html)
A view for rendering serialized PHP

This is an unstructured view and doesn't offer any formatting capabilities.

Author:
Michael Girouard The New BSD License (http://pandaphp.org/license.html)
A view for rendering basic XML data

This is an unstructured view and doesn't offer any formatting capabilities.

Author:
Michael Girouard The New BSD License (http://pandaphp.org/license.html)

Generated on Thu Sep 4 01:56:51 2008 for Panda PHP Components by  doxygen 1.5.4