load->library('WidgetLib'); } /** * */ public function index() { $data = array ( 'schema' => 'public', 'table' => 'tbl_person', 'field' => 'schuhgroesse', 'selected' => array(1, 2) ); $this->load->view('system/testudf', $data); } }