2nd preview

This commit is contained in:
Paolo
2017-05-10 09:54:23 +02:00
parent e143aa8815
commit f092867602
4 changed files with 31 additions and 3 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ class TestUDF extends VileSci_Controller
*/
public function index()
{
$person = $this->PersonModel->load(1);
$person_id = $this->input->get('person_id');
$person = $this->PersonModel->load($person_id);
$data = array(
'udfs' => $this->PersonModel->getUDFs()