load->library('WidgetLib'); } /** * */ public function index() { $data = array(); $this->load->view('system/testudf', $data); } }