|
Cheetah
|
Public Member Functions | |
| __construct () | |
| getInstance () | |
| cache () | |
| permalink ($sLink) | |
| _isEnabled ($sLink) | |
| redirectIfNecessary ($aSkip=array()) | |
Public Attributes | |
| $sCacheFile | |
| $aLinks | |
Protected Attributes | |
| $oDb | |
Permalinks for any content.
An object of the class allows to check whether permalink is enabled and get it for specified standard URI.
Example of usage:
sys_permalinks table.Memberships/ACL: Doesn't depend on user's membership.
Alerts: no alerts available
Definition at line 32 of file ChWsbPermalinks.php.
| ChWsbPermalinks::__construct | ( | ) |
Definition at line 38 of file ChWsbPermalinks.php.
| ChWsbPermalinks::_isEnabled | ( | $sLink | ) |
Definition at line 126 of file ChWsbPermalinks.php.
| ChWsbPermalinks::cache | ( | ) |
Definition at line 59 of file ChWsbPermalinks.php.
| ChWsbPermalinks::getInstance | ( | ) |
Definition at line 50 of file ChWsbPermalinks.php.
| ChWsbPermalinks::permalink | ( | $sLink | ) |
Definition at line 82 of file ChWsbPermalinks.php.
| ChWsbPermalinks::redirectIfNecessary | ( | $aSkip = array() | ) |
redirect to the correct url after switching skin ot language only correct modules urls are supported
Definition at line 135 of file ChWsbPermalinks.php.
| ChWsbPermalinks::$aLinks |
Definition at line 35 of file ChWsbPermalinks.php.
|
protected |
Definition at line 36 of file ChWsbPermalinks.php.
| ChWsbPermalinks::$sCacheFile |
Definition at line 34 of file ChWsbPermalinks.php.