Static Public Member Functions |
| static | doctype () |
| | prints the html5 document type
|
| static | head ($extra="", $lvl=0) |
| | prints the html5 document header and begins the content
|
| static | foot () |
| | finish the html page
|
| static | menu ($nav=array()) |
| | prints the main menu bar
|
Detailed Description
Definition at line 31 of file html.class.php.
Member Function Documentation
| static head |
( |
|
$extra = "", |
|
|
|
$lvl = 0 |
|
) |
| |
|
static |
prints the html5 document header and begins the content
- Parameters
-
| string | extra section for the header sutch as extra css |
| int | $lvl | depreciated deepness of the file relative to app root |
Definition at line 47 of file html.class.php.
| static menu |
( |
|
$nav = array() | ) |
|
|
static |
prints the main menu bar
- Parameters
-
| array | $nav | an array of elements (arrays) for a second menu |
the array for secondary menu array( array("name"=>"","href"=>"","onclick"=>"") , array() )
Definition at line 87 of file html.class.php.
The documentation for this class was generated from the following file: