예제 #1
0
파일: C_VK.php 프로젝트: ninetw/chsuinfo
 function __construct()
 {
     parent::__construct();
     // Менеджеры.
     $this->mVK = M_VK::Instance();
     $this->token = $this->mVK->OAuth(LOGIN, PASSWORD);
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     //$this->needLogin = true; // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
     $this->mSmsRasp = M_SmsRasp::Instance();
     $this->mRasp = M_Rasp::Instance();
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
     $this->mRasp = M_Rasp::Instance();
     $this->mUsers = M_Users::Instance();
     $this->mComm = M_Comment::Instance();
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
     // Менеджеры.
     $this->mSender = M_Sender::Instance();
     $this->mSms = M_Sms::Instance();
     $this->mRasp = M_Rasp::Instance();
     $this->mVK = M_VK::Instance();
 }
예제 #5
0
파일: C_Rasp.php 프로젝트: ninetw/chsuinfo
 function __construct()
 {
     parent::__construct();
     // Подключаем менеджер работы с расписанием.
     $this->mRasp = M_Rasp::Instance();
     $this->mUsers = M_Users::Instance();
     //Получаем текущую неделю
     $this->now_week = $this->mRasp->get_num_edu_week(date("d-m-Y"));
 }
예제 #6
0
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
     // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
     // Менеджеры.
     $this->mUsers = M_Users::Instance();
     $this->mSms = M_Sms::Instance();
     $this->mRasp = M_Rasp::Instance();
     $this->mSet = M_Setting::Instance();
 }
예제 #7
0
파일: C_Listuser.php 프로젝트: mavz49/mavz
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
     // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #9
0
파일: C_Login.php 프로젝트: mavz49/mavz
 public function __construct()
 {
     parent::__construct();
     $this->login = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
 }
예제 #11
0
 function __construct()
 {
     $this->m_articles = M_Articles::Instance();
     $this->mysql = MSQL::Instance();
     parent::__construct();
 }
예제 #12
0
파일: C_Login.php 프로젝트: ninetw/chsuinfo
 public function __construct()
 {
     parent::__construct();
     $this->mVK = M_VK::Instance();
 }