示例#1
0
文件: db.php 项目: farukuzun/core-1
 /**
  * Establishes the connection with the database.
  *
  * @return bool
  */
 public function connect()
 {
     return $this->connection->connect();
 }