mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
7th release
This commit is contained in:
@@ -17,12 +17,7 @@ class TestUDF extends VileSci_Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$data = array (
|
||||
'schema' => 'public',
|
||||
'table' => 'tbl_person',
|
||||
'field' => 'schuhgroesse',
|
||||
'selected' => array(1, 2)
|
||||
);
|
||||
$data = array();
|
||||
|
||||
$this->load->view('system/testudf', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user