Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (is_null(self::$_Instance)) {
         self::$_Instance = new self();
     }
     return self::$_Instance;
 }
Ejemplo n.º 2
0
 /**
  *
  */
 public function resdataAction()
 {
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender();
     $res = Zupal_Resources::getInstance();
     echo $res->render_data(array());
 }