Esempio n. 1
0
File: App.php Progetto: mpf-soft/mpf
 /**
  * Shortcut to Sql database connection;
  * @param string[] $options Optional; Some config options can be set and it will return a specific instance with that config applied.
  * @return \mpf\datasources\sql\PDOConnection
  */
 public function sql($options = [])
 {
     return PDOConnection::get($options);
 }