Well let me first describe my scenario.. I am using folder to group my controllers file in section... like admin panel related controllers, I placed them in ../controllers/admin/{controllerfiles}.php ... For that I have created route specific to it. But the problem is that I can't group view files for that under something like this ../views/admin/{controller}/{action}.phtml . I have read through docs, without a luck, to follow the scheme I am using.