$_GET['id'], ); $result = ""; $obj = new form_job_checklist($context); $obj->set(); if($_POST['Submit'] == "Save") $result = $obj->new_submit(); if(empty($result) || $result == false) $obj->form(); ?>