Go to the source code of this file.
Classes | |
| class | ajaxListComponent | 
Variables | |
| $blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') | |
| $sBasePath = getShopBasePath() | |
| $myConfig = oxConfig::getInstance() | |
| $sUtilModule = $myConfig->getConfigParam( 'sUtilModule' ) | |
| $aColumns = array() | |
| $oAjaxComponent = new ajaxcomponent( $aColumns ) | |
| $aColumns = array() | 
Definition at line 521 of file oxajax.php.
| $blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') | 
Definition at line 478 of file oxajax.php.
| $myConfig = oxConfig::getInstance() | 
Definition at line 502 of file oxajax.php.
| $oAjaxComponent = new ajaxcomponent( $aColumns ) | 
Definition at line 524 of file oxajax.php.
| $sBasePath = getShopBasePath() | 
Definition at line 493 of file oxajax.php.
| $sUtilModule = $myConfig->getConfigParam( 'sUtilModule' ) | 
Definition at line 505 of file oxajax.php.
 1.5.5