Quoting uppaluri <[EMAIL PROTECTED]>:

how do I get the url to look like this ?
mydomain.com/controllername/sports/golf-balls

I am not very good with zend, but can find my way given a starting point.


Look in the manual for Zend_Controller_Router [1]. Basically the /:controller/:action/* is the default route, but you van define an alternate route like /:controller/:param1/:param2.

I hope this gets you underway.

Kind regards,

Vincent de Lau
 [EMAIL PROTECTED]



[1] http://framework.zend.com/manual/en/zend.controller.router.html

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply via email to