コード例 #1
0
ファイル: crontab.php プロジェクト: google-code-backups/eude
 public function __construct()
 {
     parent::__construct();
     $this->__wakeup();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     //        if (file_exists(CACHE_PATH . 'xxx'))
     //            $this->lastrun = filemtime(CACHE_PATH . 'xx');
     //        $this->__wakeup();
 }