Umfragen
HTML Class Reference

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 doctype ( )
static

prints the html5 document type

Definition at line 36 of file html.class.php.

static foot ( )
static

finish the html page

Definition at line 77 of file html.class.php.

static head (   $extra = "",
  $lvl = 0 
)
static

prints the html5 document header and begins the content

Parameters
stringextra section for the header sutch as extra css
int$lvldepreciated 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$navan 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: