I don't understand why your defining routes for query strings or why your using ugly urls. Shouldn't the equivalent below pretty url wise be /id/1/dept/2/val/3. One way of passing values from page to page whithout using any urls is zend session namespace. There's a good zend cast on zend session that explains exactly what your looking for. If you have itunes you can find it in the podcast section also.
Tom -----Original Message----- From: iceangel89 [mailto:[email protected]] Sent: Saturday, May 02, 2009 8:31 AM To: [email protected] Subject: [fw-general] Query Strings Zend Routes ... 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.
