Example #1
0
 public function indexAction()
 {
     $this->view->typeid = $this->_params['typeid'];
     $this->view->name = $this->_params['name'];
     $_e = new Common_Data_Entry_Type();
     $this->view->items = $_e->getList(array(), array('updated DESC'), 512);
 }
Example #2
0
 public function indexAction()
 {
     $_e = new Common_Data_Entry_Type();
     $this->view->items = $_e->getList(array(), array('updated DESC'), 512);
 }