View Single Post
  #3 (permalink)  
Old 10-25-2007, 10:11 AM
Davidoff Davidoff is offline
Junior Member
 
Join Date: Oct 2007
Posts: 27
Default

Indeed, the third url is what Zend Framework would process.

What I was trying to say is that if I submit a form, to /projects/list the URL will be

Code:
/projects/list/?team=Design&client=SomeClientName&status=All
I'm trying to find the best way to handle GET forms to finish at a clean URL.
Reply With Quote