Inherits Page.

Public Member Functions | |
| set_dir ($dir) | |
| GET ($path='', $s='') | |
Public Attributes | |
| $template_dir = 'home' | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: Page controller extension that's basically just a dummy frontend for a directory of templates. Whatever argument is passed to it will be used as the template name.
Definition at line 13 of file page_static.php.
| Page_Static::GET | ( | $ | path = '', |
|
| $ | s = '' | |||
| ) |
Definition at line 27 of file page_static.php.
References DS, and Page_Base::render().
| Page_Static::set_dir | ( | $ | dir | ) |
Set the template directory
| string | $dir Template directory |
Definition at line 22 of file page_static.php.
| Page_Static::$template_dir = 'home' |
Definition at line 15 of file page_static.php.
1.6.1