Пример #1
0
 public function init()
 {
     parent::init();
     //  @todo mettre ça dans config.ini
     $this->path = "/images/upload/";
     $this->userID = intval($this->_request->getParam('userID'));
 }
Пример #2
0
 /**
  * @desc init the Zend_Amf_Server
  */
 public function init()
 {
     parent::init();
     $this->_helper->viewRenderer->setNoRender();
     $this->server = new Zend_Amf_Server();
     $this->server->setProduction(true);
 }
Пример #3
0
 public function init()
 {
     parent::init();
     $this->userID = intval($this->_request->getParam('userID'));
 }
Пример #4
0
 public function init()
 {
     parent::init();
     $this->_dba = Zend_Registry::get('db');
     $this->_date = date("Y-m-d H:i:s", strtotime('-1 week'));
 }
Пример #5
0
 public function init()
 {
     parent::init();
 }