public function __construct(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response, array $invokeArgs = array())
 {
     parent::__construct($request, $response, $invokeArgs);
     $paths = $this->view->getScriptPaths();
     $this->view->setScriptPath(WWW_PATH . DS . 'views' . DS . 'scripts');
     $this->view->addScriptPath($paths);
     //include_once('../../languages/locale/vn/static.php');
     $this->getMenuTop();
     $this->getMenuTopLeft();
 }
Esempio n. 2
0
 public function __construct(\Zend_Controller_Request_Abstract $request, \Zend_Controller_Response_Abstract $response, array $invokeArgs = array())
 {
     parent::__construct($request, $response, $invokeArgs);
     $this->_jsonServer = new Zend_Json_Server();
 }