public function init()
 {
     $this->_model = new RaportsDownloads();
     $this->_helper->viewRenderer->setNoRender(true);
     $this->_helper->layout->disableLayout();
     parent::init();
 }
Beispiel #2
0
 /**
  * 初始化
  * (non-PHPdoc)
  * @see AbstractController#init()
  */
 public function init()
 {
     parent::init();
     $this->oItem = new Lm_Item();
     $this->oMoney = new Lm_Money();
     $this->oSeal = new Config_ItemSeal();
 }
 public function init()
 {
     parent::init();
     $this->oProduct = new Config_Product_Product();
     $this->oSkin = new Config_Skin();
     $this->oHero = new Config_Hero();
 }
Beispiel #4
0
 public function init()
 {
     parent::init();
     $this->oQuestion = new Kubao_Question();
     $this->oCommon = new Kubao_Common();
     $this->oOperator = new Kubao_Operator();
 }
Beispiel #5
0
 /**
  * @return void
  */
 public function init()
 {
     if (false === class_exists($this->_model) || false === class_exists($this->_indexFormFilter) || false === class_exists($this->_indexSearchFilter) || false === class_exists($this->_addForm)) {
         require_once 'Zend/Controller/Action/Exception.php';
         throw new Zend_Controller_Action_Exception("At least one of selected classes does not exists!");
     }
     parent::init();
 }
Beispiel #6
0
 public function init()
 {
     parent::init();
     $this->socketPath = "/www/opt";
     $this->oSocketServer = new Connect_SocketServer();
     $this->oSocketClient = new Connect_SocketClient();
     $this->oSocketQueue = new Config_SocketQueue();
 }
Beispiel #7
0
 /**
  * 初始化配置,用户,检查是否需要登录才能访问
  * @see Controller/Base_Controller_Action::init()
  */
 public function init()
 {
     parent::init();
     //		$config = (@include Base_Common::$config['config_file']);
     //		$appConfig = (@include dirname(dirname(__FILE__)) . '/etc/config.php');
     //		is_array($appConfig) && $config = $config + $appConfig;
     //		$this->config = Base_Config::factory($config);
     //
     //		$this->user = new Widget_User();
     //
     //	    if ($this->needLogin && !$this->user->isLogin()) {
     //			$this->response->redirect($this->user->getLoginUrl());
     //        }
 }
 public function init()
 {
     parent::init();
     $this->oCron = new Lm_Cron();
 }
 public function init()
 {
     parent::init();
     $this->_model = new WsPackageQueue();
 }
Beispiel #10
0
 public function init()
 {
     //        Logic_Back::getInstance()->setRequest();
     parent::init();
     $this->_model = new Wscomplaint();
 }
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new SmsBlacklist();
     $this->_recpient = new Logic_Recipient('Sms', 'blacklist');
 }
Beispiel #12
0
 /**
  * Metoda inicjacyjna
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new WsTemplate();
 }
 public function init()
 {
     parent::init();
     $this->oServer = new Config_Server();
     $this->oCron = new Lm_Cron();
 }
Beispiel #14
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new WsServiceSet();
 }
Beispiel #15
0
 public function init()
 {
     parent::init();
     $this->oExchange = new Lm_Exchange();
 }
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->renderScript('common/under_construction.phtml');
     //        $this->_helper->getHelper('ViewRenderer')->setNoRender(true);
 }
 public function init()
 {
     parent::init();
     $this->_model = new WsRecipientMail();
 }
Beispiel #18
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new SmsStorage();
 }
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new MailWhitelist();
     $this->_recpient = new Logic_Recipient('Mail');
 }
Beispiel #20
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new MailPackage();
 }
 public function init()
 {
     parent::init();
     $this->oTask = new Lm_Task();
 }
 /**
  * 初始化配置,用户,检查是否需要登录才能访问
  * @see Controller/Base_Controller_Action::init()
  */
 public function init()
 {
     parent::init();
     $config = @(include Base_Common::$config['config_file']);
     $this->config = Base_Config::factory($config);
 }
Beispiel #23
0
 public function init()
 {
     parent::init();
     $this->oProductPack = new Config_Product_Pack();
 }
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new MailBlacklistStorage();
 }
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new SmsReceivied();
 }
Beispiel #26
0
 public function init()
 {
     parent::init();
     $this->oComplain = new Kubao_Complain();
     $this->oQuestion = new Kubao_Question();
 }
Beispiel #27
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new Wsclient();
 }
Beispiel #28
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_model = new WsSaveIP();
 }
 public function init()
 {
     parent::init();
 }
Beispiel #30
0
 public function init()
 {
     $this->_model = new Raports();
     parent::init();
 }