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'; }
public function __construct($stationid) { parent::__construct($stationid); }
public function __construct($stationid) { parent::__construct($stationid); $this->DATE = '2015_07_01'; }