Public Member Functions | |
init () | |
render () | |
buildWhere () | |
deleteEntry () | |
Protected Attributes | |
$_blUpdateMain = false | |
$_sDefSort = 'oxshops.oxname' | |
$_sListClass = 'oxshop' | |
$_blUpdateNav = null |
Admin shop list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: Main Menu -> Core Settings.
Definition at line 8 of file shop_list.php.
Shop_List.buildWhere | ( | ) |
Sets SQL WHERE condition. Returns array of conditions.
Reimplemented from oxAdminList.
Definition at line 113 of file shop_list.php.
Shop_List.deleteEntry | ( | ) |
Deletes selected shop files from server.
Reimplemented from oxAdminList.
Definition at line 130 of file shop_list.php.
Shop_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminList.
Definition at line 44 of file shop_list.php.
Shop_List.render | ( | ) |
Executes parent method parent.render() and returns name of template file "shop_list.tpl".
Reimplemented from oxAdminList.
Definition at line 59 of file shop_list.php.
Shop_List.$_blUpdateMain = false [protected] |
Definition at line 15 of file shop_list.php.
Shop_List.$_blUpdateNav = null [protected] |
Definition at line 36 of file shop_list.php.
Shop_List.$_sDefSort = 'oxshops.oxname' [protected] |
Reimplemented from oxAdminList.
Definition at line 22 of file shop_list.php.
Shop_List.$_sListClass = 'oxshop' [protected] |
Reimplemented from oxAdminList.
Definition at line 29 of file shop_list.php.