Browse Source

autoload and utility classes

Laurent Opprecht 13 years ago
parent
commit
0f0cabe8dd
1 changed files with 4 additions and 3 deletions
  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
 {