コード例 #1
0
ファイル: C_VKSmsRasp.php プロジェクト: ninetw/chsuinfo
 function __construct()
 {
     parent::__construct();
     //$this->needLogin = true; // раскомментируйте, чтобы закрыть неавторизованный доступ к странице
     $this->mSmsRasp = M_SmsRasp::Instance();
     $this->mRasp = M_Rasp::Instance();
 }
コード例 #2
0
ファイル: C_Base.php プロジェクト: ninetw/chsuinfo
 function __construct()
 {
     $this->needLogin = false;
     $this->user = null;
     $this->mUsers = M_Users::Instance();
     $this->mVK = M_VK::Instance();
     $this->mUsers = M_Users::Instance();
     $this->mSmsRasp = M_SmsRasp::Instance();
 }