Go to the source code of this file.
Namespaces | |
| namespace | ImaComm |
Functions | |
| theme ($theme) | |
| getAlbum () | |
| onPage () | |
| showPage () | |
| deverror ($msg, $serious=false) | |
| genLink ($title=null, $vars=null, $href=null) | |
| formBegin ($href=null, $method="post") | |
| formEnd () | |
| popupLink ($title, $href) | |
| parseValue ($value, $type) | |
| dprint ($var) | |
Variables | |
| add = array("album", "image") | |
| _functions_prefix = realpath(dirname(__FILE__)) | |
|
||||||||||||
|
Prints information about developer error, i.e. notices that has happened an error.
Definition at line 157 of file functions.php. Referenced by ThemeEngine::loadTemplate(), noMethod(), SetupDocument::partheader(), and showPage(). |
|
|
Prints debug information about wanted variable with print_r-function.
Definition at line 321 of file functions.php. Referenced by ThemeEngine::applyTemplate(). |
|
||||||||||||
|
Start HTML form and adds maybe some hidden form values
Definition at line 222 of file functions.php. References add. Referenced by Document::addCommentBox(), and Document::signinout(). |
|
|
Return HTML Form ending tag
Definition at line 243 of file functions.php. Referenced by Document::addCommentBox(), and Document::signinout(). |
|
||||||||||||||||
|
Generates automatically link with wanted title and extra variables. Adds end to the link also some must-have-variables, e.g. current album, photo etc.
Definition at line 182 of file functions.php. References add. Referenced by Document::albums(), Document::comments(), Document::navigation(), and Document::signinout(). |
|
|
Parses current album from album path and returns a correct album ID. Or -root- if user is on the top level.
Definition at line 83 of file functions.php. References album. Referenced by Document::addCommentBox(), and Document::comments(). |
|
|
This function returns current PHP page without extension. E.g. is called from index.php, returns index
Definition at line 103 of file functions.php. Referenced by Document::addCommentBox(). |
|
||||||||||||
|
Gets a value and type what it should be and checks if given value fits to the type. If not, return closest possible value, e.g. false/true, 0, etc.
Definition at line 278 of file functions.php. References _functions_prefix. Referenced by Configuration_XML::loadData(). |
|
||||||||||||
|
Creates a link which creates a popup window to show wanted page.
Definition at line 260 of file functions.php. Referenced by Document::about(), and Document::failedSignIn(). |
|
|
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 116 of file functions.php. References _SESSION, deverror(), dirs, document, and theme(). |
|
|
Select preferred theme or if it could not be founded, select first theme in themes/-folder
Definition at line 41 of file functions.php. References _SESSION, and theme(). Referenced by Document::comments(), and Document::navigation(). |
|
|
Definition at line 33 of file functions.php. |
|
|
Definition at line 31 of file functions.php. Referenced by formBegin(), and genLink(). |
1.3