Exemplo n.º 1
0
 public function reportNotPublishedAction()
 {
     $system = new Zend_Session_Namespace('System');
     $proxy = new SxCms_Page_Proxy();
     $pages = $proxy->getExpired($system->lng, $this->_getParam('type'));
     $this->view->siteTree = $pages;
     $this->render('index');
 }