소스 검색

Update README.md

Daniele Bonini 5 년 전
부모
커밋
870a07804e
1개의 변경된 파일20개의 추가작업 그리고 21개의 파일을 삭제
  1. 20 21
      README.md

+ 20 - 21
README.md

@@ -1,21 +1,20 @@
-/**
- * FastMySql
- *
- * FastMySql class
- *
- * @package  OpenGallery
- * @author   Daniele Bonini <my25mb@aol.com>
- * @version  1.01
- * @access   public
- * @note You have to declare in your "config.inc" file - or whatever file you
- * use for the purpose, the following global constants:
- * define('DB_HOST', "p:your.db.ip.address");
- * define('DB_USER', "your_dbuser");
- * define('DB_PASSWORD', "your_dbuser_password");
- * define('DB_DBNAME', "your_db_name");
- * define('DB_CHARSET', "utf8"); 
- * 
- * This class makes use of the class FastErr, part of the Open Gallery
- * project and developed by me http://github.com/par7133
- * 
- */
+
+FastMySql    
+
+FastMySql class    
+
+@package  OpenGallery    
+@author   Daniele Bonini <my25mb@aol.com>     
+@version  1.01     
+@access   public    
+@note You have to declare in your "config.inc" file - or whatever file you    
+use for the purpose, the following global constants:   
+define('DB_HOST', "p:your.db.ip.address");    
+define('DB_USER', "your_dbuser");    
+define('DB_PASSWORD', "your_dbuser_password");    
+define('DB_DBNAME', "your_db_name");    
+define('DB_CHARSET', "utf8");     
+
+This class makes use of the class FastErr, part of the Open Gallery
+project and developed by me http://github.com/par7133
+