Hi, The Zend_Controller_Request_Http class merges all request parameters (those from the path and those from the query part) into one unique set. I guess this was done on purpose because of the parameters written in the path.
But sometimes, it would be useful to get only query parameters (after the "?") of a GET request. Why can't I find a method in that class to get them? (Such a method would probably be a thin enveloppe arout $_GET.) ----- Guillaume ORIOL Sofware architect Technema -- View this message in context: http://www.nabble.com/how-to-isolate-%24_GET-or-%24_POST-params-from-the-rest-of-request-tp23666181p23666181.html Sent from the Zend Framework mailing list archive at Nabble.com.
