コード例 #1
0
ファイル: db.php プロジェクト: farukuzun/core-1
 /**
  * Close the database connection
  */
 public function close()
 {
     $this->connection->close();
 }