Output Class Reference

List of all members.

Public Member Functions

 htmlHeader ($html)
 htmlBody ($html)
 htmlTop ($html)
 htmlFooter ($html)
 flush ()

Static Public Member Functions

static htmlError ($message, $errorCode="Error", $backURL="index.php?page=SystemOverviewPage", $backTitle="Back to System Overview")
static page ($class)
 Uses a class, which implements Page, to output HTML.
static redirect ($url)
static haveErrors ()
 See if any error occurred.

Static Private Attributes

static $htmlHeader
static $htmlTop
static $htmlBody
static $htmlFooter
static $htmlError

Member Function Documentation

Output::htmlHeader ( html  ) 

Output::htmlBody ( html  ) 

Output::htmlTop ( html  ) 

Output::htmlFooter ( html  ) 

static Output::htmlError ( message,
errorCode = "Error",
backURL = "index.php?page=SystemOverviewPage",
backTitle = "Back to System Overview" 
) [static]

static Output::page ( class  )  [static]

Uses a class, which implements Page, to output HTML.

This function calls get() or post() in $class, to output HTML.

Parameters:
class A class which implements Page.
See also:
Page

static Output::redirect ( url  )  [static]

static Output::haveErrors (  )  [static]

See if any error occurred.

This will return true if we have any errors.

Returns:
Boolean true if errors have occurred ($htmlError is not empty).

Output::flush (  ) 


Member Data Documentation

Output::$htmlHeader [static, private]

Output::$htmlTop [static, private]

Output::$htmlBody [static, private]

Output::$htmlFooter [static, private]

Output::$htmlError [static, private]


The documentation for this class was generated from the following file:
Generated on Sun Oct 21 06:49:25 2007 for phpSystemManager by  doxygen 1.5.2