Exemplo n.º 1
0
 /**
  * Close the database connection
  */
 public static function closeDBLink()
 {
     self::$_db_connection = null;
 }