Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->__wakeup();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     //        if (file_exists(CACHE_PATH . 'xxx'))
     //            $this->lastrun = filemtime(CACHE_PATH . 'xx');
     //        $this->__wakeup();
 }