Example #1
0
 function detailinfoAction()
 {
     $id = $this->getRequest()->getParam("id");
     $db = new Other_Model_DbTable_DbOtherinformation();
     $this->view->rows = $db->getAllInfomation();
     $this->view->row = $db->getOtherById($id);
 }