View Single Post
  #1 (permalink)  
Old 06-04-2008, 04:00 PM
cheyo cheyo is offline
Junior Member
 
Join Date: May 2008
Posts: 5
Default Omit parameter name in URL

May i omit parameter name in URL in zend framework?

for example, may i use
http://127.0.0.1/user/delete/?23 or http://127.0.0.1/user/delete/23
instead of
http://127.0.0.1/user/delete/id/23 ?

Of course, in the case, there is noly one parameter for this action.
I would like to hide the parameter name in URL.

Is that possible? thanks.
Reply With Quote