Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->Members = new members();
     $this->memberverifycode = new member_verifycode();
     $this->email_token = new email_token_mode();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new appModule();
     $this->material = new material();
     $this->company = new company();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->team = new teamClass();
     $this->notify = new notify();
     $this->teamApi = new team();
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
     //	require_once ROOT_PATH . 'lib/class/curl.class.php';
 }
Esempio n. 5
0
class columnApi extends appCommonFrm
{
    private $site;
    private $column;
    private $app;
    public function __construct()
    {
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new app();
     $this->material = new material();
     $this->version_mode = new app_version_mode();
 }
Esempio n. 7
0
 function __construct()
 {
     parent::__construct();
     $this->userinfo['id'] = $this->input['id'];
     $this->userinfo['username'] = urldecode($this->input['username']);
     $this->userinfo['email'] = urldecode($this->input['email']);
     //获取发邮件配置
     require ROOT_PATH . 'lib/class/uset.class.php';
     $mUset = new uset();
     $arr = array('emailsend', 'emailwrapbracket', 'emailtype', 'usessl', 'smtphost', 'smtpport', 'smtpuser', 'smtppassword', 'email_footer', 'email_title', 'system_name', 'verify_url', 'email_content', 'pwd_title', 'pwd_content', 'pwd_verify_url');
     $rt = $mUset->get_desig_uset($arr);
     unset($rt['result']);
     $config = array();
     foreach ($rt as $k => $v) {
         $config[$v['identi']] = $v['status'];
     }
     $this->settings = $config;
     $this->from = $this->settings['emailsend'];
     $this->emailwrapbracket = $this->settings['emailwrapbracket'];
     if ($this->settings['emailtype'] == 'smtp') {
         $this->emailtype = 'smtp';
         $this->smtpport = empty($this->settings['smtpport']) ? 25 : intval($this->settings['smtpport']);
         $this->smtphost = empty($this->settings['smtphost']) ? 'localhost' : $this->settings['smtphost'];
         if ($this->settings['usessl']) {
             $this->smtphost = 'ssl://' . $this->smtphost;
         }
         $this->smtpuser = $this->settings['smtpuser'];
         $this->smtppassword = $this->settings['smtppassword'];
     }
     $this->boundry = "----=_NextPart_000_0022_01C1BD6C.D0C0F9F0";
     $this->settings['system_name'] = $this->clean_message($this->settings['system_name']);
     $this->from_user = $this->settings['system_name'];
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new appClient();
     $this->version_mode = new app_version_mode();
     $this->app_info_mode = new app_info_mode();
 }
Esempio n. 9
0
 function __construct()
 {
     parent::__construct();
     $this->mUser = new user();
     $this->mCredit = new credit();
     $this->mUset = new uset();
 }
Esempio n. 10
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new albums_app();
     include CUR_CONF_PATH . 'lib/Core.class.php';
     $this->obj = new Core();
 }
Esempio n. 11
0
define('MOD_UNIQUEID', 'photos');
//模块标识
class photosApi extends appCommonFrm
{
    private $api;
    public function __construct()
    {
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/member.class.php';
     $this->mMember = new member();
     include_once CUR_CONF_PATH . 'lib/member_info.class.php';
     $this->mMemberInfo = new memberInfo();
 }
Esempio n. 13
0
 public function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/member.class.php';
     $this->mMember = new member();
     require_once CUR_CONF_PATH . 'lib/sms_server.class.php';
     $this->mSmsServer = new smsServer();
 }
Esempio n. 14
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/vote.class.php';
     $this->mVote = new vote();
     require_once ROOT_PATH . 'lib/class/verifycode.class.php';
     $this->mVerifyCode = new verifycode();
 }
Esempio n. 15
0
 function __construct()
 {
     parent::__construct();
     require_once ROOT_DIR . 'lib/user/user.class.php';
     require_once ROOT_DIR . 'lib/class/curl.class.php';
     $this->user = new user();
     $this->curl = new curl();
 }
Esempio n. 16
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_DIR . 'lib/user/user.class.php';
     $this->mUser = new user();
     include_once ROOT_PATH . 'lib/class/comment.class.php';
     $this->mComment = new comment();
 }
Esempio n. 17
0
 public function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/email.class.php';
     $this->mEmail = new email();
     require_once CUR_CONF_PATH . 'lib/email_log.class.php';
     $this->mEmailLog = new emailLog();
 }
Esempio n. 18
0
 function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . "lib/mblog.class.php";
     $this->obj = new mblog();
     include_once ROOT_DIR . '/lib/class/member.class.php';
     $this->member = new member();
 }
Esempio n. 19
0
 public function __construct()
 {
     parent::__construct();
     $this->mMember = new member();
     $this->mMemberInfo = new memberInfo();
     $this->Members = new members();
     $this->Blacklist = new memberblacklist();
 }
Esempio n. 20
0
 function __construct()
 {
     $this->api_uri = APIURI;
     $this->dataType = 'json';
     parent::__construct();
     $this->constellation = new constellation();
     $this->astrojson = new astrojson();
 }
Esempio n. 21
0
***************************************************************************/
define('ROOT_DIR', '../../');
require ROOT_DIR . 'global.php';
class apply extends appCommonFrm
{
    function __construct()
    {
        parent::__construct();
Esempio n. 22
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new content();
     $this->special = new special();
     $this->publishcontent = new publishcontent();
     $this->message = new message();
 }
Esempio n. 23
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_DIR . 'lib/class/member.class.php';
     $this->member = new member();
     include_once ROOT_DIR . 'lib/class/status.class.php';
     $this->mStatus = new status();
 }
Esempio n. 24
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_DIR . 'lib/user/user.class.php';
     include_once ROOT_DIR . 'lib/class/status.class.php';
     $this->mUser = new user();
     $this->mStatus = new status();
     $this->curl = new curl();
 }
Esempio n. 25
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new content();
     $this->video = new livmedia();
     $this->publishcontent = new publishcontent();
     $this->message = new message();
     //         $this->praise = new praise();
 }
Esempio n. 26
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new content();
     $this->tuji = new tuji();
     $this->publishcontent = new publishcontent();
     $this->message = new message();
     //         $this->praise = new praise();
 }
Esempio n. 27
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new content();
     $this->app = new applant();
     $this->use = new user();
     $this->material = new material();
     $this->news = new news();
 }
Esempio n. 28
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new app();
     $this->material = new material();
     $this->version_mode = new app_version_mode();
     $this->_upYunOp = new UpYunOp();
     $this->_apptemp = new appTemplate();
 }
Esempio n. 29
0
 public function __construct()
 {
     parent::__construct();
     $this->mMember = new member();
     $this->mSmsServer = new smsServer();
     $this->mMemberInfo = new memberInfo();
     $this->Members = new members();
     $this->memberverifycode = new member_verifycode();
     $this->Blacklist = new memberblacklist();
 }
Esempio n. 30
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new content();
     $this->news = new news();
     $this->message = new message();
     $this->catalog = new catalog();
     $this->publishcontent = new publishcontent();
     //         $this->praise = new praise();
 }