function __construct()
 {
     parent::__construct();
     $this->base_urls = array_merge($this->base_urls, array('fi.job.logs' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_logs.php"));
 }
 function __construct()
 {
     parent::__construct();
     $this->base_urls = array_merge($this->base_urls, array('fi.job.create' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_form.php", 'fi.job.edit' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_form.php", 'fi.job.moduletypes' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_moduletypes.php", 'fi.job.moduleitems' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_moduleitems.php"));
 }