thanks for your responses.
I took that part:
'profile',
'action' => 'userinfo'
)
);
$router->addRoute('user', $route);
but I got a fatal error: Call to a member function addRoute() on a
non-object,
and the Zend_Controller_Router_Route class IS LOADED..
--
View this message
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