if ($this->db->update("jn_jobs", $data, "job_id = " . $this->id)) {
                return true;
            }