Exemplo n.º 1
0
 function admin_order_ctl()
 {
     parent::ctl_order();
     $this->finder_action_tpl = dirname(__FILE__) . '/view/order/finder_action.html';
     $appmgr = $this->system->loadModel('system/appmgr');
     $tb_api =& $appmgr->load('tb_order_ctl');
     $this->tb =& $tb_api;
 }
Exemplo n.º 2
0
 function scarebuying_shop_cct_order()
 {
     parent::ctl_order();
     $this->template_dir = CORE_DIR . '/shop/view/';
 }