Go to the source code of this file.
Functions | |
__autoload ($sClass) | |
warningHandler ($iErrorNr, $sErrorText) | |
dumpVar ($mVar, $blToFile=false) | |
cmpart ($a, $b) | |
startProfile ($sProfileName) | |
stopProfile ($sProfileName) | |
oxNew ($sClassName, $sParams=null) | |
oxNewArticle ($sArtId) | |
ox_get_template ($sTplName, &$sTplSource, $oSmarty) | |
ox_get_timestamp ($sTplName, &$iTplTimestamp, $oSmarty) | |
ox_get_secure ($sTplName, $oSmarty) | |
ox_get_trusted ($sTplName, $oSmarty) | |
smarty_modifier_oxtruncate ($sString, $iLength=80, $sEtc= '...', $blBreakWords=false) | |
Variables | |
return | $blAdmin |
return | false |
$sString = var_export( $mVar, true ) | |
$sRequest = preg_replace( '/((\&)?sid=[^&]*(&)?)/', '', $sRequest ) |
__autoload | ( | $ | sClass | ) |
Includes $sClass class file
string | $sClass classname |
Definition at line 10 of file oxfunctions.php.
cmpart | ( | $ | a, | |
$ | b | |||
) |
Sorting for crossselling
object | $a first compare item | |
object | $b second compre item |
Definition at line 171 of file oxfunctions.php.
dumpVar | ( | $ | mVar, | |
$ | blToFile = false | |||
) |
Dumps $mVar information to vardump.txt file. Used in debugging.
mixed | $mVar variable | |
bool | $blToFile marker to write log info to file (must be true to log) |
Definition at line 98 of file oxfunctions.php.
ox_get_secure | ( | $ | sTplName, | |
$ | oSmarty | |||
) |
Assumes all templates are secure, returns true.
string | $sTplName not used here | |
object | $oSmarty not used here |
Definition at line 297 of file oxfunctions.php.
ox_get_template | ( | $ | sTplName, | |
&$ | sTplSource, | |||
$ | oSmarty | |||
) |
Sets template name to passed reference, returns true.
string | $sTplName name of template | |
string | &$sTplSource Template source | |
object | $oSmarty not used here |
Definition at line 257 of file oxfunctions.php.
ox_get_timestamp | ( | $ | sTplName, | |
&$ | iTplTimestamp, | |||
$ | oSmarty | |||
) |
Sets timestamt to passed timestamp object, returns true.
string | $sTplName name of template | |
string | &$iTplTimestamp template timestamp referense | |
object | $oSmarty not used here |
Definition at line 276 of file oxfunctions.php.
ox_get_trusted | ( | $ | sTplName, | |
$ | oSmarty | |||
) |
Does nothing.
string | $sTplName not used here | |
object | $oSmarty not used here |
Definition at line 311 of file oxfunctions.php.
oxNew | ( | $ | sClassName, | |
$ | sParams = null | |||
) |
Creates and returns new object. If creation is not available, dies and outputs error message.
string | $sClassName Name of class | |
string | $sParams Parameters to object |
oxSystemComponentException | in case that class does not exists |
Definition at line 228 of file oxfunctions.php.
oxNewArticle | ( | $ | sArtId | ) |
Creates, loads returns oxarticle object
string | $sArtId product id |
Definition at line 243 of file oxfunctions.php.
smarty_modifier_oxtruncate | ( | $ | sString, | |
$ | iLength = 80 , |
|||
$ | sEtc = '...' , |
|||
$ | blBreakWords = false | |||
) |
This method replaces existing Smarty function for truncating strings (check Smarty documentation for details). When truncating strings additionally we need to convert '/" entities to '/" and after truncating convert them back.
string | $sString string to process | |
int | $iLength max string length | |
string | $sEtc addon to truncated string (default '...') | |
bool | $blBreakWords marker to break words |
Definition at line 329 of file oxfunctions.php.
startProfile | ( | $ | sProfileName | ) |
Start profiling
string | $sProfileName name of profile |
Definition at line 186 of file oxfunctions.php.
stopProfile | ( | $ | sProfileName | ) |
Stop profiling
string | $sProfileName name of profile |
Definition at line 207 of file oxfunctions.php.
warningHandler | ( | $ | iErrorNr, | |
$ | sErrorText | |||
) |
Displays 'nice' HTML formatted user error. Later this method is hooked as error handler by calling set_error_handler('warningHandler', E_USER_WARNING); T2008-07-22 Not used yet
int | $iErrorNr error number | |
string | $sErrorText error message |
Definition at line 85 of file oxfunctions.php.
return $blAdmin |
Definition at line 128 of file oxfunctions.php.
$sRequest = preg_replace( '/((\&)?sid=[^&]*(&)?)/', '', $sRequest ) |
Definition at line 394 of file oxfunctions.php.
$sString = var_export( $mVar, true ) |
Definition at line 158 of file oxfunctions.php.
return false |
Definition at line 131 of file oxfunctions.php.