I did something similar just i didnt create the modules folder, but when i tried to implement modular structure i run into many problems. I made in news module new controller News_IndexController and added the views. But when i run the code it gave error that it dosent have such view, so i saw it takes from default app the views not from news module. Other problem were with layout, so it cant find the parts of the layout header, footer, navigation..
