Go to the source code of this file.
Functions | |
| generateModule ($type, $src=null) | |
| theme ($theme) | |
| showPage ($objs=null) | |
| jsBegin () | |
| jsReplace ($id, $innerHTML) | |
| jsEnd () | |
| status ($msg=null) | |
| deverror ($msg, $serious=false) | |
| noMethod ($obj, $met) | |
| dprint ($var) | |
| vdprint ($var) | |
Variables | |
| _functions_prefix = realpath(dirname(__FILE__)) | |
|
||||||||||||
|
Prints informatio about developer error, i.e. notices that has happened an error.
Definition at line 201 of file common.php. |
|
|
Prints debug information about wanted variable with print_r-function.
Definition at line 235 of file common.php. |
|
||||||||||||
|
Generates a correct module information, i.e. source, module and class.
Definition at line 30 of file common.php. References _functions_prefix, and path. Referenced by Album::Album(), Comments::Comments(), Configuration::Configuration(), and Userdata::UserData(). |
|
|
Start JavaScript code block
Definition at line 144 of file common.php. Referenced by ProgressBar::hide(), ProgressBar::Init(), SetupDocument::navigationButtons(), ProgressBar::status(), and status(). |
|
|
Ends JavaSCript code block
Definition at line 172 of file common.php. Referenced by ProgressBar::hide(), ProgressBar::Init(), SetupDocument::navigationButtons(), ProgressBar::status(), and status(). |
|
||||||||||||
|
Replaces inner HTML of id $id with $innerHTML
Definition at line 159 of file common.php. Referenced by ProgressBar::hide(), ProgressBar::render(), ProgressBar::status(), and status(). |
|
||||||||||||
|
Shows an informational message about missing method. Depricated!
Definition at line 222 of file common.php. References deverror(). |
|
|
Load correct page from theme stock and load it. Notice that you must have loaded active them with theme(theme name) function.
Definition at line 110 of file common.php. References _SESSION, deverror(), dirs, document, and theme(). |
|
|
Updates status message Needs that there exists div id="statusmessage" block in HTML
Definition at line 186 of file common.php. References jsBegin(), jsEnd(), and jsReplace(). Referenced by addStatusRow(), and Check::getStatus(). |
|
|
Select preferred theme or if it could not be founded, select first theme in themes/-folder
Definition at line 74 of file common.php. References _SESSION, and theme(). Referenced by ThemeEngine::loadTemplate(), ThemeEngine::loadTemplateNew(), showPage(), Document::signinout(), SetupDocument::theme(), Document::theme(), theme(), and ThemeEngine::ThemeEngine(). |
|
|
Definition at line 249 of file common.php. |
|
|
Definition at line 21 of file common.php. Referenced by generateModule(), and parseValue(). |
1.3