7th release

This commit is contained in:
Paolo
2017-05-05 18:45:28 +02:00
parent bc4ff5c8e9
commit 6a11cc09cf
8 changed files with 396 additions and 35 deletions
+1 -6
View File
@@ -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);
}