예제 #1
0
파일: rb.php 프로젝트: tejdeeps/tejcs.com
 /**
  * Closes the database connection.
  */
 public static function close()
 {
     if (isset(self::$adapter)) {
         self::$adapter->close();
     }
 }