3rd release

This commit is contained in:
Paolo
2017-04-27 19:06:36 +02:00
parent ebd892e333
commit 0fd34807ca
7 changed files with 362 additions and 180 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ class TestUDF extends VileSci_Controller
$data = array (
'schema' => 'public',
'table' => 'tbl_person',
'field' => 'schuhgroesse'
'field' => 'schuhgroesse',
'selected' => array(1, 2)
);
$this->load->view('system/testudf', $data);