示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->medalmanage = new medalmanage();
     $this->Members = new members();
     $this->membersql = new membersql();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->company = new company();
     $this->site = new publishconfig();
     $this->auth = new Auth();
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new doctor_mode();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mater = new material();
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->verify_setting_prms();
     require_once CUR_CONF_PATH . 'lib/member_platform.class.php';
     $this->mMemberPlatform = new memberPlatform();
 }
示例#5
0
 public function __construct()
 {
     parent::__construct();
     $this->staff = new staff();
     $this->watermark = new ImageMagick();
     $this->material = new material();
 }
示例#6
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new leancloud_user();
     $this->api = new app();
     $this->company = new companyApi();
 }
示例#7
0
 function __construct()
 {
     parent::__construct();
     $this->verify_setting_prms();
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
 }
示例#8
0
 function __construct()
 {
     parent::__construct();
     $this->magazine = new MagazineClass();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->publish_column = new publishconfig();
 }
示例#9
0
 public function __construct()
 {
     parent::__construct();
     $this->verify_setting_prms();
     require_once CUR_CONF_PATH . 'lib/sms_server.class.php';
     $this->mSmsServer = new smsServer();
 }
示例#10
0
 public function __construct()
 {
     parent::__construct();
     //检测是否具有配置权限
     $this->verify_setting_prms();
     $this->mode = new company_mode();
 }
示例#11
0
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_DIR . 'lib/class/auth.class.php';
     $this->auth = new auth();
     $this->mode = new outpush_mode();
 }
示例#12
0
 public function __construct()
 {
     parent::__construct();
     $this->messagereceived = new messagereceivedClass();
     require_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
 }
示例#13
0
 public function __construct()
 {
     parent::__construct();
     $this->topic = new topicClass();
     $this->team = new teamClass();
     $this->teamApi = new team();
 }
示例#14
0
 public function __construct()
 {
     parent::__construct();
     $this->grade = new grade();
     $this->Members = new members();
     $this->membersql = new membersql();
 }
示例#15
0
 public function __construct()
 {
     parent::__construct();
     $this->verify_content_prms(array('_action' => 'manage'));
     $this->credittype = new credittype();
     $this->membersql = new membersql();
 }
示例#16
0
 function __construct()
 {
     parent::__construct();
     if ($this->mNeedCheckIn && !$this->prms['program']) {
         $this->errorOutput(NO_OPRATION_PRIVILEGE);
     }
 }
示例#17
0
 public function __construct()
 {
     parent::__construct();
     $this->lbs = new ClassLBS();
     $this->recycle = new recycle();
     $this->lbs_field = new lbs_field();
 }
示例#18
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new user_interface_mode();
     $this->attr_relate = new attribute_relate_mode();
     $this->material = new material();
 }
示例#19
0
 public function __construct()
 {
     parent::__construct();
     $this->sh = new ClassSeekhelp();
     $this->recycle = new recycle();
     $this->members = new members();
 }
示例#20
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new attribute_relate_mode();
     $this->_upYunOp = new UpYunOp();
     $this->app_material = new appMaterial();
 }
示例#21
0
 public function __construct()
 {
     parent::__construct();
     $this->comment = new ClassSeekhelpComment();
     $this->seekhelp = new ClassSeekhelp();
     $this->members = new members();
 }
示例#22
0
 public function __construct()
 {
     parent::__construct();
     $this->inviteset = new inviteset();
     $this->Members = new members();
     $this->membersql = new membersql();
 }
 public function __construct()
 {
     parent::__construct();
     $this->mode = new superscript_ui_attr_mode();
     $this->_upYunOp = new UpYunOp();
     $this->app_material = new appMaterial();
 }
示例#24
0
 public function __construct()
 {
     parent::__construct();
     $this->material = new material();
     $this->gather = new gather();
     $this->forward = new gatherForward();
 }
示例#25
0
 public function __construct()
 {
     parent::__construct();
     $this->verifyset = new verifyset();
     $this->Members = new members();
     $this->membersql = new membersql();
 }
 public function __construct()
 {
     parent::__construct();
     $this->CreditRulesDiy = new CreditRulesDiy();
     $this->Members = new members();
     $this->membersql = new membersql();
 }
示例#27
0
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
     require_once ROOT_PATH . 'lib/class/logs.class.php';
     $this->logs = new logs();
 }
示例#28
0
 /**
  * 构造函数
  * @author repheal
  * @category hogesoft
  * @copyright hogesoft
  * @include news.class.php
  */
 public function __construct()
 {
     parent::__construct();
     include CUR_CONF_PATH . 'lib/page_manage.class.php';
     $this->obj = new pageManage();
     require_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->pub = new publishconfig();
 }
示例#29
0
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/good.class.php';
     include_once CUR_CONF_PATH . 'lib/material.class.php';
     $this->goods_mode = new GoodMode();
     $this->material_mode = new MaterialMode();
 }
示例#30
0
 public function __construct()
 {
     parent::__construct();
     include CUR_CONF_PATH . 'lib/activity.class.php';
     $this->obj = new road();
     include_once ROOT_PATH . 'lib/class/share.class.php';
     $this->share = new share();
 }