UNA
|
Protected Member Functions | |
__construct () | |
_redirectAndExit ($sUrl, $isPermalink=true, $aMarkers=false) | |
_replaceMarkers ($mixed, $aMarkers) | |
Functions to automate profile creation/editing/deletion forms.
|
protected |
|
protected |
Replace provided markers in a string, markers are surrounded by '{' and '}' signs, for example: a.php?x={id}
$mixed | string or array to replace markers in |
$aMarkers | araay or markers for replacement, for example: array ('num' => 123, 'name' => 'Ivan'); |