

Definition at line 8 of file shop_list.php.
Public Member Functions | |
| init () | |
| render () | |
| buildWhere () | |
| deleteEntry () | |
Protected Attributes | |
| $_blUpdateMain = false | |
| $_sDefSort = 'oxshops.oxname' | |
| $_sListClass = 'oxshop' | |
| $_blUpdateNav = null | |
| Shop_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminList.
Definition at line 39 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 54 of file shop_list.php.
| Shop_List.buildWhere | ( | ) |
Sets SQL WHERE condition. Returns array of conditions.
Reimplemented from oxAdminList.
Definition at line 108 of file shop_list.php.
| Shop_List.deleteEntry | ( | ) |
Deletes selected shop files from server.
Reimplemented from oxAdminList.
Definition at line 128 of file shop_list.php.
Shop_List.$_blUpdateMain = false [protected] |
Definition at line 10 of file shop_list.php.
Shop_List.$_sDefSort = 'oxshops.oxname' [protected] |
Shop_List.$_sListClass = 'oxshop' [protected] |
Shop_List.$_blUpdateNav = null [protected] |
Definition at line 31 of file shop_list.php.
1.5.5