Ejemplo n.º 1
0
 public function userGroupOptions()
 {
     $model = new Cms_Model_User_Group();
     $data = $model->fetchAll();
     $propKey = 'id';
     $propVal = 'name';
     return $this->_render($data, $propKey, $propVal);
 }