コード例 #1
0
ファイル: webConfigControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->web_config = K('webConfig');
     $this->point_rule = K('point_rule');
     //积分模型
 }
コード例 #2
0
ファイル: companyControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->email_activate = K('email_activate');
     $this->company = K('company');
     $this->recruit = K('recruit');
     $this->resume = K('resume');
 }
コード例 #3
0
ファイル: dataModelControl.php プロジェクト: com-itzcy/hdjob
 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 => '完全'));
 }
コード例 #4
0
ファイル: contentControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->channel = M('channel');
     $this->arc = K('arc');
 }
コード例 #5
0
ファイル: userControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->user = K('index/user');
 }
コード例 #6
0
ファイル: resumeControl.php プロジェクト: com-itzcy/hdjob
 public function __construct()
 {
     parent::__construct();
     $this->resume = M('resume');
 }
コード例 #7
0
ファイル: companyControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->spread_cate = M('spread_cate');
     $this->spread = M('spread');
 }
コード例 #8
0
ファイル: navControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->backend_menu = K('backendMenu');
 }
コード例 #9
0
ファイル: adsControl.php プロジェクト: com-itzcy/hdjob
 function __construct()
 {
     parent::__construct();
     $this->ads_cate = M('ads_cate');
     $this->ads = M('ads');
 }