Ejemplo n.º 1
0
 public function __construct($page = "")
 {
     if (cLogsDb::$startLogs === false) {
         cLogsDb::$startLogs = microtimeFloat();
     }
     cLogsDb::$fileToWrite = "logs/" . getDateToPrint(mktime(), "Ymd") . ".txt";
     parent::__construct("DB " . $page);
     cLogsDb::$count_glob++;
 }