Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     // Менеджеры.
     $this->mVK = M_VK::Instance();
     $this->token = $this->mVK->OAuth(LOGIN, PASSWORD);
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     //$this->needLogin = true; // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
     $this->mSmsRasp = M_SmsRasp::Instance();
     $this->mRasp = M_Rasp::Instance();
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
     $this->mRasp = M_Rasp::Instance();
     $this->mUsers = M_Users::Instance();
     $this->mComm = M_Comment::Instance();
 }
Esempio n. 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();
 }
Esempio n. 5
0
 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"));
 }
Esempio n. 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();
 }
Esempio n. 7
0
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
     // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 9
0
 public function __construct()
 {
     parent::__construct();
     $this->login = '';
 }
 function __construct()
 {
     parent::__construct();
     $this->needLogin = true;
 }
Esempio n. 11
0
 function __construct()
 {
     $this->m_articles = M_Articles::Instance();
     $this->mysql = MSQL::Instance();
     parent::__construct();
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     $this->mVK = M_VK::Instance();
 }