This route only works if I provide an action, how can I make the "default" action index if it is left blank?Code:new Zend_Controller_Router_Route('adhoc-reporting/fax-documents/:action',array('controller' => 'fax-documents'))
| SitePoint Sponsor |

This route only works if I provide an action, how can I make the "default" action index if it is left blank?Code:new Zend_Controller_Router_Route('adhoc-reporting/fax-documents/:action',array('controller' => 'fax-documents'))
<?php//Kyle Wolfeecho devBlog("My Dev Notes");

And actually it'd be great if anything after adhoc-reporting/ goes to :controller/:action/. Catch is adhoc-reporting is its own controller
<?php//Kyle Wolfeecho devBlog("My Dev Notes");
Bookmarks