Helps for Zend Framework Developers
How to change the default Index controller in Zend Framework
Add the following code in the bootstrap init function
$frontController = $this->getResource('FrontController');
$frontController->setDefaultControllerName('controllerName');
Newer Post
Older Post
Home