

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." | |
Definition at line 26 of file RenderPhp.php.
| RenderPhp::render | ( | $ | file | ) |
Execute a given file and return the output.
Reimplemented from Diogenes_Plugin_Render.
Definition at line 36 of file RenderPhp.php.
| RenderPhp::$name = "RenderPhp" |
| 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.
1.5.1