RenderPhp Class Reference

Inheritance diagram for RenderPhp:

Inheritance graph
[legend]
Collaboration diagram for RenderPhp:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 render ($file)

Public Attributes

 $name = "RenderPhp"
 $description = "This plugin allows you to execute a page as PHP code. Simply write your page as a PHP page and its output will be displayed within the template framework."

Detailed Description

The RenderPhp plugin allows you to execute a file as PHP rather than return its content.

Definition at line 26 of file RenderPhp.php.


Member Function Documentation

RenderPhp::render ( file  ) 

Execute a given file and return the output.

Reimplemented from Diogenes_Plugin_Render.

Definition at line 36 of file RenderPhp.php.


Member Data Documentation

RenderPhp::$name = "RenderPhp"

Plugin name

Reimplemented from Diogenes_Plugin_Render.

Definition at line 29 of file RenderPhp.php.

RenderPhp::$description = "This plugin allows you to execute a page as PHP code. Simply write your page as a PHP page and its output will be displayed within the template framework."

Plugin description

Reimplemented from Diogenes_Plugin_Render.

Definition at line 32 of file RenderPhp.php.


The documentation for this class was generated from the following file:
Generated on Fri Jan 11 01:20:09 2008 for Diogenes by  doxygen 1.5.1