function AttributeApp()
 {
     parent::BackendApp();
     $this->_attribute_mod =& m('attribute');
     $this->_attribute_value_mod =& m('attribute_value');
     $this->_gcategory_mod =& m('gcategory');
 }
 function TrackApp()
 {
     parent::BackendApp();
     $this->_goods_mod =& m('goods');
     $this->_uploadedfile_mod =& m('uploadedfile');
     $this->track =& m('check');
 }
 function PropsApp()
 {
     parent::BackendApp();
     $this->_gcate_mod =& m('gcategory');
     $this->_props_mod =& m('props');
     $this->_prop_value_mod =& m('prop_value');
     $this->_cate_pvs_mod =& m('cate_pvs');
 }
 function ArticleApp()
 {
     parent::BackendApp();
     $this->_article_mod =& m('article');
     $this->tag =& m('tag');
     $this->tagmap =& m('tagmap');
     $this->_uploadedfile_mod =& m('uploadedfile');
 }
 function DbApp()
 {
     parent::BackendApp();
     /* 设置最长执行时间为5分钟 */
     _at('set_time_limit', 300);
     _at('ini_set', 'memory_limit', '64M');
     $this->db =& db();
     $this->backup_path = ROOT_PATH . '/' . 'data/' . $this->backup_dir . '/';
 }
 function ChannelApp()
 {
     parent::BackendApp();
     $this->_channel_mod =& af('channels');
     $this->_gcategory_mod =& bm('gcategory', array('_store_id' => 0));
     $this->_tpl_filepath = ROOT_PATH . '/themes/mall/' . $this->_get_template_name() . '/';
     $this->_tpl_confpath = ROOT_PATH . '/data/page_config/';
     $this->_tpl_url = SITE_URL . '/themes/mall/' . $this->_get_template_name() . '/styles/' . $this->_get_style_name();
 }
 function AcategoryApp()
 {
     parent::BackendApp();
     $this->_acategory_mod =& m('acategory');
 }
Exemple #8
0
 function AdApp()
 {
     parent::BackendApp();
     $this->_ad_mod =& m('ad');
 }
Exemple #9
0
 function ShareApp()
 {
     parent::BackendApp();
     $this->_m_share =& af('share');
 }
Exemple #10
0
 function GoodsApp()
 {
     parent::BackendApp();
     $this->_goods_mod =& m('goods');
 }
Exemple #11
0
 function GroupbuyApp()
 {
     parent::BackendApp();
     $this->_groupbuy_mod =& m('groupbuy');
 }
 function NavigationApp()
 {
     parent::BackendApp();
     $this->_navi_mod =& m('navigation');
 }
Exemple #13
0
 public function CardApp()
 {
     parent::BackendApp();
     $this->_card_m =& m('card');
 }
Exemple #14
0
 function DressApp()
 {
     parent::BackendApp();
     $this->_dress_mod =& m('dress');
 }
 function MailtemplateApp()
 {
     parent::BackendApp();
     $this->_mailtemplate_mod =& af('mailtemplate');
 }
Exemple #16
0
 function ProductApp()
 {
     parent::BackendApp();
     $this->_pro_mod =& m('product');
 }
 function SettingApp()
 {
     parent::BackendApp();
     $_POST = stripslashes_deep($_POST);
     $this->model_setting =& af('settings');
 }
 function RecommendApp()
 {
     parent::BackendApp();
     $this->_recommend_mod =& bm('recommend', array('_store_id' => 0));
 }
Exemple #19
0
 function SettingApp()
 {
     parent::BackendApp();
     $_POST = stripslashes_deep($_POST);
 }
Exemple #20
0
 function PartnerApp()
 {
     parent::BackendApp();
     $this->_partner_mod =& m('partner');
 }
 function BrandApp()
 {
     parent::BackendApp();
     $this->_brand_mod =& m('brand');
 }
Exemple #22
0
 function PimageApp()
 {
     parent::BackendApp();
     $this->_pimg_mod =& m('pimage');
 }