Zend Framework help
You will get useful hints for developing your application with Zend Framework
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)