Beispiel #1
0
 protected function postDispatch()
 {
     if ($this->_http->getParam('parse') == 'json' || $this->_http->isXHR() || $this->_view->isViewDisable()) {
         $this->_view->returnJson();
     } else {
         $this->_view->render();
     }
 }