Changeset 22796 for branches/version-2_12-dev/data/class/pages/order
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/order/LC_Page_Order.php
r22567 r22796 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Order extends LC_Page_Ex 35 { 34 class LC_Page_Order extends LC_Page_Ex { 36 35 37 36 // }}} … … 43 42 * @return void 44 43 */ 45 function init() 46 { 44 function init() { 47 45 parent::init(); 48 46 $this->tpl_page_category = 'order'; … … 57 55 * @return void 58 56 */ 59 function process() 60 { 57 function process() { 61 58 parent::process(); 62 59 $this->action(); … … 69 66 * @return void 70 67 */ 71 function action() 72 { 68 function action() { 73 69 74 70 $objDb = new SC_Helper_DB_Ex(); … … 83 79 * @return void 84 80 */ 85 function destroy() 86 { 81 function destroy() { 87 82 parent::destroy(); 88 83 }
Note: See TracChangeset
for help on using the changeset viewer.
