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 Posts
Older Posts
Home
Subscribe to:
Posts (Atom)