Exemple #1
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => '小店分类', 'filename' => 'cat.php', 'node_uniqueid' => 'cat_node'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/fleamarket.class.php';
     $this->obj = new road();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     include CUR_CONF_PATH . 'lib/UpYun.class.php';
     $this->upyun = new UpYun();
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->archiveContent = new archiveContent();
     $this->archive_id = intval($this->input['archive_id']);
     $this->tableName = $this->archiveContent->get_tableName_by_id($this->archive_id);
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new leancloud_user();
     $this->applant = new app();
     $this->company = new company();
 }
Exemple #5
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new developer_auth_mode();
     $this->app_info_mode = new app_info_mode();
     $this->app = new app();
 }
Exemple #6
0
 function __construct()
 {
     parent::__construct();
     if ($this->mNeedCheckIn && !$this->prms['program']) {
         $this->errorOutput(NO_OPRATION_PRIVILEGE);
     }
 }
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     /*********权限验证开始*********/
     $this->verify_content_prms(array('_action' => 'show'));
     /*********权限验证结束*********/
 }
Exemple #8
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'operate' => '操作', 'delete' => '删除', 'audit' => '审核', '_node' => array('name' => '地铁分类', 'filename' => 'subway_sort.php', 'node_uniqueid' => 'subway_sort'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/subway.class.php';
     $this->obj = new subway();
 }
Exemple #9
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'manage' => '管理');
     parent::__construct();
     class_exists('emailSettings') or (require CUR_CONF_PATH . 'lib/email_settings.class.php');
     $this->mEmailSettings = new emailSettings();
 }
Exemple #10
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => '会员分类', 'filename' => 'member_node.php', 'node_uniqueid' => 'member_node'));
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/member.class.php';
     $this->mMember = new member();
 }
Exemple #11
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'create' => '增加', 'update' => '修改', 'delete' => '删除', 'audit' => '状态', '_node' => array('name' => '频道分类', 'filename' => 'channel_node.php', 'node_uniqueid' => 'channel_node'));
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/channel.class.php';
     $this->mChannel = new channel();
 }
Exemple #12
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'presenter' => '主持人页', 'director' => '导播页', 'manage' => '管理', '_node' => array('name' => '频道', 'filename' => 'node.php', 'node_uniqueid' => 'topic'));
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/mode.class.php';
     $this->mode = new mode();
 }
Exemple #13
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->stateconfig = $this->settings['order_status'];
     $this->trace_stepconfig = $this->settings['trace_step'];
 }
Exemple #14
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new report_center_mode();
     $this->app = new app();
     $this->members = new members();
 }
Exemple #15
0
 /**
  * 构造函数
  * @author wangleyuan
  * @category hogesoft
  * @copyright hogesoft
  * @include recycle.class.php
  */
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => '回收站节点', 'filename' => 'recycle_node.php', 'node_uniqueid' => 'recycle_node'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/recycle.class.php';
     $this->obj = new recycle();
 }
Exemple #16
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => 'CUTV', 'filename' => 'webvod_sort.php', 'node_uniqueid' => 'webvod_sort'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/webvod.class.php';
     $this->obj = new webvod();
 }
Exemple #17
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'create' => '创建', 'update' => '修改', 'delete' => '删除', 'audit' => '审核', '_node' => array('name' => '商品分类', 'filename' => 'node.php', 'node_uniqueid' => 'node'));
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/good.class.php';
     $this->goods_mode = new GoodMode();
 }
Exemple #18
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'show_result' => '查看反馈结果', 'manage' => '管理', 'audit' => '状态', '_node' => array('name' => '表单分类', 'filename' => 'feedback_node.php', 'node_uniqueid' => 'feedback_node'));
     parent::__construct();
     $this->mode = new feedback_mode();
     $this->members = new members();
 }
 public function __construct()
 {
     parent::__construct();
     $this->verify_content_prms(array('_action' => 'manage'));
     $this->Blacklist = new memberblacklist();
     $this->applant = new applant();
 }
Exemple #20
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => '应用日志', 'filename' => 'logs_node.php', 'node_uniqueid' => 'logs_node'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/logs.class.php';
     $this->obj = new logs();
 }
 function __construct()
 {
     parent::__construct();
     $this->sort = new fastInputSort();
     /*
     $this->mPrmsMethods= array(
     						'show'=>array(
     								'name' => '查看',
     								'node' => false,
     								),
     						'create'=>array(
     								'name'=>'创建',
     								'node'=>false,
     								),
     						'update'=>array(
     								'name'=>'更新',
     								'node'=>false,
     								),
     						'delete'=>array(
     								'name'=>'删除',
     								'node'=>false,
     								),
     						'sort'=>array(
     								'name'=>'排序',
     								'node'=>false,
     								),	
     						);
     */
 }
Exemple #22
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理');
     parent::__construct();
     include CUR_CONF_PATH . 'lib/access.class.php';
     $this->obj = new access();
 }
Exemple #23
0
 public function __construct()
 {
     $this->mPrmsMethods = array('show' => '查看', 'create' => '创建', 'update' => '修改', 'delete' => '删除', 'audit' => '审核', '_node' => array('name' => 'lbs分类', 'filename' => 'lbs_node.php', 'node_uniqueid' => 'lbs_node'));
     parent::__construct();
     $this->lbs = new ClassLBS();
     $this->lbs_field = new lbs_field();
 }
Exemple #24
0
 public function __construct()
 {
     parent::__construct();
     $this->mPrmsMethods = array('show' => '查看', 'create' => '创建', 'update' => '修改', 'delete' => '删除', 'audit' => '审核', '_node' => array('name' => '采集分类', 'filename' => 'gather_node.php', 'node_uniqueid' => 'gather_node'));
     $this->gather = new gather();
     $this->material = new material();
 }
Exemple #25
0
 function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理');
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->pub_config = new publishconfig();
 }
 function __construct()
 {
     parent::__construct();
     $this->fastInput = new fastInput();
     $this->mNodes = array('reporter_fastInput_sort' => '记者列表');
     unset($this->mPrmsMethods['audit']);
 }
Exemple #27
0
 public function __construct()
 {
     parent::__construct();
     $this->share = new share();
     $this->conAccount = new contributeAccount();
     $this->mPrmsMethods = array('show' => array('name' => '查看', 'node' => false), 'create' => array('name' => '创建', 'node' => false), 'update' => array('name' => '更新', 'node' => false), 'delete' => array('name' => '删除', 'node' => false), 'audit' => array('name' => '审核', 'node' => false), 'back' => array('name' => '打回', 'node' => false), 'sort' => array('name' => '排序', 'node' => false));
 }
Exemple #28
0
 public function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理', '_node' => array('name' => '区域', 'node_uniqueid' => 'station_node'));
     parent::__construct();
     include CUR_CONF_PATH . 'lib/station.class.php';
     $this->obj = new station();
 }
Exemple #29
0
 public function __construct()
 {
     parent::__construct();
     $this->memberMySet = new memberMySet();
     if (empty($this->settings['mySetUseSource'])) {
         $this->settings['mySetUseSource'] = array('0' => '不限制', '1' => '网页端专用', '2' => '手机端专用');
     }
 }
Exemple #30
0
 function __construct()
 {
     $this->mModPrmsMethods = array('update_state' => array('name' => '状态'));
     unset($this->mPrmsMethods['audit'], $this->mPrmsMethods['sort']);
     parent::__construct();
     include CUR_CONF_PATH . 'lib/server.class.php';
     $this->obj = new server();
 }