All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by Phalcon\Mvc\Application. This component encapsulates all the complex operations required in the background, instantiating every component needed and integrating it with the project, to allow the MVC pattern to operate as desired.
Single or Multi Module Applications
With this component you can run various types of MVC structures:
Single Module
Single MVC applications consist of one module only. Namespaces