Your route should be "user/:username/:action"
with the default action being view
you can then do:
user/Spongebob or user/Spongebob/view
user/Spongebob/edit
user/Spongebob/delete

the one that doesn't quite work with this is add
So you'll probably need to set up a second route for user/add

Cheers,
David

-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-URL-Routing-Insanity-tp2547951p2547970.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to