ZF-6908: View provider produces "main" index page for all index actions, even if not in the default module.
Description
When creating a controller with an index action from the Controller Provider, the View Provider always populates the index.phtml with the "This is your project's main page" view instead of the normal action view.
Comments
Posted by Brenton Alker (brenton) on 2009-06-04T18:07:31.000+0000
Patch to pass the module name into the ViewScriptFile Context, allowing it to only create the "full" index.phtml in the default module.
Posted by Matthew Weier O'Phinney (matthew) on 2009-06-05T04:04:28.000+0000
Assigning to Ralph.
Posted by Ralph Schindler (ralph) on 2009-10-16T23:17:23.000+0000
This verbiage has been changed, and the controller & view have had many issues fixed in incubator that fix this issue. These features & fixes will be included in 1.10 release.