Hi,
Just a little question, Is it possible to run an application with More than one module without using Phalcon\Mvc\Application? I think i need Application because of the function registerModules() but maybe there is an Option to do this on my own?
And if this is possible, is it possible to leave out the module.php for each module and set the two functions registerServices and registerAutoloader as anonymous functions in the index.php with parameters so the module.php is not longer needed?
(Sorry for Bad english ;) )