示例#1
0
文件: db.php 项目: farukuzun/core-1
 /**
  * Close the database connection
  */
 public function close()
 {
     $this->connection->close();
 }