Zend Routing:: How I can send all request that going to application-> IndexController to applicatio

Posted by Yosef on Stack Overflow See other posts from Stack Overflow or by Yosef
Published on 2010-06-11T11:00:44Z Indexed on 2010/06/11 11:22 UTC
Read the original article Hit count: 477

Filed under:
|
|
|

Hi,

How I can send all request in zend project to my default module controller (without use .access files).

Now it going to application->IndexController, Instead I need that every request will go to application->module->store->IndexController.

Thanks,

Yosef

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework