Hello, I have problem with mapping url to route.
For example:
I added route like this.
Zend_Controller_Router_Route_Static(
'show-me-heaven',
array('controller' => 'index', 'action' => 'show')
);
And i want to get controller name and action name from path
'show-me-heaven'.
Best regards
--
View this message in context:
http://www.nabble.com/How-to-map-url-to-route-tp19796866p19796866.html
Sent from the Zend Framework mailing list archive at Nabble.com.
