function __construct(lmbUri $dsn)
 {
     $this->log_file = $dsn->getPath();
     parent::__construct($dsn);
 }
Ejemplo n.º 2
0
 function __construct(lmbUri $dsn)
 {
     openlog('LIMB', LOG_ODELAY | LOG_PID, LOG_USER);
     parent::__construct($dsn);
 }