Class Display_PHP

Description

PHP Display

Displays the associated PHP templates for the Model.

Located in /classes/Display/PHP.php (line 23)

Display_Common
   |
   --Display_PHP
Variable Summary
string $extension
Method Summary
void render ()
integer templateExists ()
Variables
string $extension = 'phtml' (line 36)

Template Extension

I know there's some controversy amoungst my peers concerning the usage of the .phtml extension for these PHP template files. If you would prefer .php or .tpl extensions, feel free to void your warranty and change it here.

  • var: file extension for the template files
  • access: protected
Methods
render (line 58)

Renders the PHP templated pages

  • access: public
void render ()
templateExists (line 43)

Template Exists

  • return: the number of templates defined
  • access: public
integer templateExists ()

Documentation generated on Wed, 03 Oct 2012 17:46:06 -0400 by phpDocumentor 1.4.4