Browse Source

autoload and utility classes

Laurent Opprecht 13 năm trước cách đây
mục cha
commit
0f0cabe8dd
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      main/inc/lib/request.class.php

+ 4 - 3
main/inc/lib/request.class.php

@@ -1,9 +1,10 @@
 <?php
 
 /**
- * Description of request
- *
- * @author Laurent Opprecht <laurent@opprecht.info>
+ * Provides access to various HTTP request elements: GET, POST, FILE, etc paramaters.
+ 
+ * @license see /license.txt
+ * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
  */
 class Request
 {