Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

HTMLTemplate Class Reference
[Template System]

Inheritance diagram for HTMLTemplate:

BaseTemplate List of all members.

Detailed Description

A HTML oriented template.

Extend this for your html based site. Implement header/footer and you're good to go. It provides errors and status wrapped in classes.

Definition at line 9 of file html-template.inc.php.

Public Member Functions

 drawStatus ()
 wraps status messages in a div with id 'status-$key' and class of 'BaseStatus'
 drawError ()
 wraps error a div of class 'BaseError'


Member Function Documentation

HTMLTemplate::drawError  ) 
 

wraps error a div of class 'BaseError'

Reimplemented from BaseTemplate.

Definition at line 28 of file html-template.inc.php.

HTMLTemplate::drawStatus  ) 
 

wraps status messages in a div with id 'status-$key' and class of 'BaseStatus'

Reimplemented from BaseTemplate.

Definition at line 14 of file html-template.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1