public function __construct() { $this->logger = new Logger(get_class($this)); $this->jobDao = DBFactory::getDao('SchedulerJobDao'); $this->taskDao = DBFactory::getDao('SchedulerTaskDao'); $this->now = new \DateTime(); }
public function __construct() { $this->pdo = DBFactory::getPdo('dwms'); }
public function __construct() { $this->logger = new Logger(get_class($this)); $this->taskDao = DBFactory::getDao('DevelopTaskDao'); $this->now = new \DateTime(); }