oxid.php File Reference

Go to the source code of this file.

Variables

 $iPos = strpos( $sParams, $sScriptFile)
 $sParams = substr( $sParams, $iPos + strlen($sScriptFile))
 $aReplaceArray
 $aArg = explode( "/", $sParams)
 $sSizeofArg = count($aArg)
 $sName = preg_replace( "/\[.*\]/", "", $sVar)
 $sKey = preg_replace( array( "/.*\[/", "/\]/"), "", $sVar)
 $aArray [$sKey] = $aArg[$iCtr+1]
 $_GET [$sName] = $aArray
 $_REQUEST [$sName] = $aArray
 $sProcUrl = "{$sName}[{$sKey}]=".$aArg[$iCtr+1]."&"


Variable Documentation

$_GET[$sName] = $aArray

Definition at line 61 of file oxid.php.

$_REQUEST[$sName] = $aArray

Definition at line 62 of file oxid.php.

$aArg = explode( "/", $sParams)

Definition at line 39 of file oxid.php.

$aArray[$sKey] = $aArg[$iCtr+1]

Definition at line 60 of file oxid.php.

$aReplaceArray

Initial value:

 array( "/?" => "/",
                        "?" => "/",
                        "/&" => "/",
                        "&" => "/",
                        "=/" => "/-/",
                        "=" => "/")

Definition at line 30 of file oxid.php.

$iPos = strpos( $sParams, $sScriptFile)

Definition at line 25 of file oxid.php.

$sKey = preg_replace( array( "/.*\[/", "/\]/"), "", $sVar)

Definition at line 59 of file oxid.php.

$sName = preg_replace( "/\[.*\]/", "", $sVar)

Definition at line 58 of file oxid.php.

$sParams = substr( $sParams, $iPos + strlen($sScriptFile))

Definition at line 26 of file oxid.php.

$sProcUrl = "{$sName}[{$sKey}]=".$aArg[$iCtr+1]."&"

Definition at line 64 of file oxid.php.

$sSizeofArg = count($aArg)

Definition at line 42 of file oxid.php.


Generated on Tue Sep 29 16:45:16 2009 for OXID eShop CE by  doxygen 1.5.5