[Solar-svn] Revision 3096

pmjones at solarphp.com pmjones at solarphp.com
Fri Apr 11 07:11:32 CDT 2008


Solar_Request: [ADD] Method postAndFiles() to get the combined results of $_POST **and** $_FILES.  Useful when working with models and file uploads.


Modified: trunk/Solar/Request.php
===================================================================
--- trunk/Solar/Request.php	2008-04-11 12:09:32 UTC (rev 3095)
+++ trunk/Solar/Request.php	2008-04-11 12:11:32 UTC (rev 3096)
@@ -259,7 +259,7 @@
      * 
      * Retrieves an **unfiltered** value by key from the [[$post]] *and* 
      * [[$files]] properties, or an alternate default value if that key does 
-     * not exist in either location.
+     * not exist in either location.  Files takes precedence over post.
      * 
      * @param string $key The $post and $files key to retrieve the value of.
      * 




More information about the Solar-svn mailing list