Example #1
0
 public function connect($driverOptions = array(), array $options = array())
 {
     if (!parent::connect($driverOptions)) {
         throw new Exception(__METHOD__ . ": Unable to connect");
     }
     return true;
 }