Kaynağa Gözat

Update README.md

Daniele Bonini 5 yıl önce
ebeveyn
işleme
7fa24d3b5d
1 değiştirilmiş dosya ile 23 ekleme ve 24 silme
  1. 23 24
      README.md

+ 23 - 24
README.md

@@ -1,24 +1,23 @@
-/**
- * FastErr
- *
- * FastErr class
- *
- * @package  OpenGallery http://github.com/par7133
- * @author   Daniele Bonini <my25mb@aol.com>
- * @version  1.0
- * @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('APP_NAME', "YOUR_APP_NAME");
- * define('DEBUG', "true|false");
- * 
- * This class makes use of the global function isset1, declared in this way:
- * 
- * function isset1(&$var, $default=false) {
- *   if (isset($var)) {
- *     return $var;
- *   } else {
- *     return $default;
- *   }
- * }
- */
+
+ FastErr     
+ 
+ FastErr class     
+ 
+ @package  OpenGallery http://github.com/par7133      
+ @author   Daniele Bonini <my25mb@aol.com>     
+ @version  1.0     
+ @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('APP_NAME', "YOUR_APP_NAME");     
+ define('DEBUG', "true|false");    
+ 
+ This class makes use of the global function isset1, declared in this way:     
+      
+ function isset1(&$var, $default=false) {     
+   if (isset($var))    
+     return $var;     
+   } else {    
+     return $default;     
+   }    
+ }