示例#1
0
文件: App.php 项目: 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);
 }