Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->web_config = K('webConfig');
     $this->point_rule = K('point_rule');
     //积分模型
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->email_activate = K('email_activate');
     $this->company = K('company');
     $this->recruit = K('recruit');
     $this->resume = K('resume');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->cache_dir = rtrim(C('CACHE_DIR'), '/') . '/';
     $this->data_model = K('data');
     $this->web_config = K('webConfig');
     $this->view_array_index = array('state' => array(0 => '关闭', 1 => '开启'), 'isnot' => array(0 => '否', 1 => '是'), 'linkage_style' => array(1 => '多级联动', 2 => 'DIV弹出层'), 'editor_style' => array(1 => '简洁', 2 => '完全'));
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->channel = M('channel');
     $this->arc = K('arc');
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->user = K('index/user');
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->resume = M('resume');
 }
Example #7
0
 function __construct()
 {
     parent::__construct();
     $this->spread_cate = M('spread_cate');
     $this->spread = M('spread');
 }
Example #8
0
 function __construct()
 {
     parent::__construct();
     $this->backend_menu = K('backendMenu');
 }
Example #9
0
 function __construct()
 {
     parent::__construct();
     $this->ads_cate = M('ads_cate');
     $this->ads = M('ads');
 }