
Public Member Functions | |
| DiogenesCorePage () | |
| checkSession () | |
| script_self () | |
| script_uri () | |
| url ($rel) | |
Definition at line 28 of file diogenes.core.page.inc.php.
| DiogenesCorePage::DiogenesCorePage | ( | ) |
The constructor.
Definition at line 31 of file diogenes.core.page.inc.php.
References script_self().
Referenced by DiogenesPage::DiogenesPage().
Here is the call graph for this function:

| DiogenesCorePage::checkSession | ( | ) |
Check that $_SESSION['session'] is usable
Definition at line 57 of file diogenes.core.page.inc.php.
| DiogenesCorePage::script_self | ( | ) |
Return the current script location.
Definition at line 65 of file diogenes.core.page.inc.php.
References script_uri().
Referenced by DiogenesCorePage().
Here is the call graph for this function:

| DiogenesCorePage::script_uri | ( | ) |
Return the current URI.
Reimplemented in DiogenesBarrel.
Definition at line 73 of file diogenes.core.page.inc.php.
Referenced by script_self().
| DiogenesCorePage::url | ( | $ | rel | ) |
Returns the URL to a page relative to current location.
| rel |
Definition at line 82 of file diogenes.core.page.inc.php.
Referenced by DiogenesPage::DiogenesPage(), DiogenesPage::display(), DiogenesBarrel::makeHead(), and DiogenesToplevel::makeMenu().
1.5.1