Hi,

I'm trying to get my URIs as simple as posible.

Right now a product detail page looks like this:

http://mydomain.com/index/show/id/23 etc..

but I want to get something like that:

http://mydomain.com/show/23

so I'd have have a controller called showController.php and and an action
called '23'
since I have thousands of products that's not an option at all.

how to tell controller to use some default action and treat that '23' as a
parameter??

is that doable at all on ZF ??


Please help. thanks.
-- 
View this message in context: 
http://www.nabble.com/controller-question---not-that-obvious%2C-I-guess-tp17575599p17575599.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to