-- iceberg <[EMAIL PROTECTED]> wrote
(on Friday, 03 October 2008, 05:39 AM -0700):
> 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'.

Attach the route to the router, and you're good to go.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to