Inheritance diagram for SettingsPage:
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 |
With this page, you can change all current settings saved in include/config.php
SettingsPage::SettingsPage | ( | ) |
Class constructor.
This is the class constructor.
SettingsPage::get | ( | ) |
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.
SettingsPage::showSettings | ( | ) |
Show the current settings.
Show the current settings in a HTML form.
SettingsPage::$settings [private] |