예제 #1
0
 function __construct($con)
 {
     ModelChanges::$sqlConnection = $con;
     $this->al = new AnalyzeLogs(ModelChanges::$sqlConnection);
 }