View Single Post
  #4 (permalink)  
Old 10-25-2007, 10:20 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 122
Default

Code:
/projects/list/team/Design/client/SomeClientName/status/All
Quote:
Originally Posted by Davidoff View Post
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