예제 #1
0
 public function __construct()
 {
     $this->log = LoggingHelper::getLogger();
 }
예제 #2
0
 function __construct()
 {
     $this->pdo = Conexion::getInstance();
     $this->log = LoggingHelper::getLogger();
 }