Exemplo n.º 1
0
 public function stlistAction()
 {
     $model = new Psys_StationModel();
     $list = $model->getlist('', 'id ASC', '', '', "*", "rha_station");
     $this->smarty->assign('list', $list['allrow']);
     $this->forward = "stlist";
 }