Esempio n. 1
0
 public function __construct($stationid)
 {
     parent::__construct($stationid);
     $this->DATE = date('Y-m-d-H', strtotime("-1 hour"));
     //$this->DATE = '2015-06-15-13';
     $this->today = date('Y_m_d', strtotime("-1 hour"));
     $this->yesterday = date('Y_m_d', strtotime("-1 day"));
     $this->hour = date('H', strtotime("-1 hour"));
     //$this->hour = '13';
     $this->WLNAME = 'm_wonaonao_access_' . $this->hour . '.log';
 }
Esempio n. 2
0
 public function __construct($stationid)
 {
     parent::__construct($stationid);
 }
Esempio n. 3
0
 public function __construct($stationid)
 {
     parent::__construct($stationid);
     $this->DATE = '2015_07_01';
 }