[mapserver-commits] r10994 - trunk/docs/en/mapscript

svn at osgeo.org svn at osgeo.org
Wed Feb 16 16:18:28 EST 2011


Author: warmerdam
Date: 2011-02-16 13:18:28 -0800 (Wed, 16 Feb 2011)
New Revision: 10994

Modified:
   trunk/docs/en/mapscript/mapscript.txt
Log:
Add brief note about new loadParamsFromURL() method on OWSRequest.


Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2011-02-16 18:25:23 UTC (rev 10993)
+++ trunk/docs/en/mapscript/mapscript.txt	2011-02-16 21:18:28 UTC (rev 10994)
@@ -2015,7 +2015,12 @@
     name/value pairs collected.  Warning: most errors will result in a 
     process exit!
 
+loadParamsFromURL( string url ) : int
+    Initializes the OWSRequest object from the provided URL which is treated
+    like a QUERY_STRING.  Note that REQUEST_METHOD=GET and no post data is  
+    assumed in this case.  This method was added in MapServer 6.0.
 
+
 -----------------------------------------------------------------------------
  pointObj
 -----------------------------------------------------------------------------



More information about the mapserver-commits mailing list