예제 #1
0
파일: db.php 프로젝트: farukuzun/core-1
 /**
  * Close the database connection
  */
 public function close()
 {
     $this->connection->close();
 }