I have set up MVC structure to use Modules in order to separate backend and frontend. But I get this error 'IndexController handler class cannot be loaded'.
My reference is http://docs.phalconphp.com/en/latest/reference/applications.html.
I have a feeling it is something to do with bootstrap or autoloader file. Unfortunately I can't figure out the solution to have it working.