hmm sometimes i find it abit messy and a pain to keep defining routes for query strings. sometimes query strings maybe optional... say i may want to pass some defaults to fill up a form for example.
so sometimes i may do a ... in a normal app ?id=1&dept=2&val=3 sometimes ?id=1&val=6 so it become hard to define routes in this case dont u think? but is falling back to /?id=xx at times the only choice? can i like pass parameters from page to page by means other than query strings? -- View this message in context: http://www.nabble.com/Query-Strings-Zend-Routes-...-tp23346188p23346188.html Sent from the Zend Framework mailing list archive at Nabble.com.
