Public Member Functions | |
render () | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Member Functions | |
_getViewListSize () | |
_calcListItemsCount ($sSql) | |
_buildSelectString ($oObject=null) | |
_prepareOrderByQuery ($sSql=null) |
user list "view" class.
Definition at line 6 of file list_order.php.
List_Order._buildSelectString | ( | $ | oObject = null |
) | [protected] |
Returns select query string
object | $oObject Object |
Reimplemented from Order_List.
Definition at line 80 of file list_order.php.
List_Order._calcListItemsCount | ( | $ | sSql | ) | [protected] |
Calculates list items count
string | $sSql SQL query used co select list items |
Reimplemented from oxAdminList.
Definition at line 56 of file list_order.php.
List_Order._getViewListSize | ( | ) | [protected] |
Viewable list size getter
Reimplemented from oxAdminList.
Definition at line 13 of file list_order.php.
List_Order._prepareOrderByQuery | ( | $ | sSql = null |
) | [protected] |
Adds order by to SQL query string.
string | $sSql sql string |
Reimplemented from Order_List.
Definition at line 92 of file list_order.php.
List_Order._prepareWhereQuery | ( | $ | aWhere, | |
$ | sqlFull | |||
) |
Adding folder check
array | $aWhere SQL condition array | |
string | $sqlFull SQL query string |
Reimplemented from Order_List.
Definition at line 44 of file list_order.php.
List_Order.render | ( | ) |
Executes parent method parent.render(), passes data to Smarty engine and returns name of template file "list_review.tpl".
Reimplemented from Order_List.
Definition at line 24 of file list_order.php.