id = $context['id']; $this->db_name = $context['db_name']; } public function set() { global $database; $id = $this->id; $db_name = $this->db_name; if($_POST['Submit'] == "Save") { } self::run_validation(); } public function run_validation() { $id = $this->id; $static_function = (($_POST['Submit'] == "")) ? "initial" : "validate"; $this->reasons = validation::formalise($this->validation); } public function form() { global $database; $id = $this->id; $config = $this->config; $validation = $this->validation; $text_options = array("class" => "medium"); $text_options_small = array("class" => "small"); $text_area_options = array("class" => "medium"); $select_options = array("class" => "medium form"); $text_options_small_readonly['class'] = "small"; $text_options_small_readonly['attr'] = "readonly"; ?>
Quotation Attachments
File
Job Attachments
File