Esempio n. 1
0
 /**
  * Constructor
  * @param string $dsn the DSN to access the database
  * @param bool $is_persistent whether connection is persistent or not
  * @param string $fetch_mode the fetch mode
  */
 public function __construct($dsn)
 {
     parent::__construct($dsn);
 }