OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxajax.php File Reference

Go to the source code of this file.

Variables

if(!defined('OX_IS_ADMIN')) if (!defined('OX_ADMIN_DIR'))
 $blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')

Variable Documentation

$blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')

Definition at line 14 of file oxajax.php.

if

Canceled orders reports class

Name of template to render

Returns
string

Checks if db contains data for report generation

Returns
bool

Collects sessions what executed 'order' function

Parameters
string$sQdata query
Returns
array

collects sessions what executed order class

Parameters
string$sQdata query
array$aTempOrderorders
array&$aDatadata to fill (X6)
bool$blMonthif TRUE - for month, if FALSE - for week [true]
Returns
array

collects sessions what executed payment class

Parameters
string$sQdata query
array$aTempOrderorders
array$aTempExecOrdersSessionsfinished orders
array&$aDataX2data to fill
bool$blMonthif TRUE - for month, if FALSE - for week [true]
Returns
array

collects sessions what executed 'user' class

Parameters
string$sQdata query
array$aTempOrderorders
array$aTempExecOrdersSessionsfinished orders
array$aTempPaymentSessionspayment sessions
array&$aDataX3data to fill
bool$blMonthif TRUE - for month, if FALSE - for week [true]
Returns
array

collects sessions what executed 'tobasket' function

Parameters
string$sSqldata query
array$aTempOrderorders
array$aTempExecOrdersSessionsfinished orders
array$aTempPaymentSessionspayment sessions
array$aTempUserSessionsuser sessions
array&$aDataX4data to fill
bool$blMonthif TRUE - for month, if FALSE - for week [true]

Collects made orders

Parameters
string$sSqldata query
array&$aDataX5data to fill
bool$blMonthif TRUE - for month, if FALSE - for week [true]

Collects made orders

Parameters
string$sQdata query
array&$aDataX5data to fill

Collects and renders visitor/month report data

Collects and renders visitor/week report data

Definition at line 7 of file oxajax.php.