Ejemplo n.º 1
0
 public function sliderAction()
 {
     //$page      = $this->_getParam('page');
     $pic_proxy = new SxCms_Page_Picture_Proxy();
     $pics = $pic_proxy->getRandomByPage(0, $this->_getParam('lng', 'nl'));
     $this->view->pic = $pics;
 }