Hi
I want to use Simple-Subcontrollers example here: https://github.com/phalcon/mvc#phalcon-mvc-examples
I have a sub directory name 'admin' and a controller named 'FmController'.
The problem is when i browsing /sample/admin/fm, the dispatcher find FmController but it looking in /views/fm/index.phtml instead of /views/admin/fm/index.phtml.