if ($this->id = filter_var($job_id, FILTER_VALIDATE_INT)) {
            $this->mckey = sprintf("railpage:jobs.job=%d", $this->id); 
            $this->populate(); 
        }