SettingsPage Class Reference

Page for changing settings. More...

Inheritance diagram for SettingsPage:

Page List of all members.

Public Member Functions

 SettingsPage ()
 Class constructor.
 get ()
 Handler for HTTP GET.
 post ()
 Handler for HTTP POST This function shows the current settings, from $_POST.
 showSettings ()
 Show the current settings.

Private Member Functions

 saveSettings ()
 Save settings.

Private Attributes

 $settings

Detailed Description

Page for changing settings.

With this page, you can change all current settings saved in include/config.php

See also:
Page


Member Function Documentation

SettingsPage::SettingsPage (  ) 

Class constructor.

This is the class constructor.

SettingsPage::get (  ) 

Handler for HTTP GET.

This function shows the current settings.

Reimplemented from Page.

SettingsPage::post (  ) 

Handler for HTTP POST This function shows the current settings, from $_POST.

Reimplemented from Page.

SettingsPage::saveSettings (  )  [private]

Save settings.

Save the current settings to include/config.php.

Returns:
a boolean indicating success or failure.

SettingsPage::showSettings (  ) 

Show the current settings.

Show the current settings in a HTML form.


Member Data Documentation

SettingsPage::$settings [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