Google News
logo
FuelPHP - Interview Questions
What about Modules and HMVC requests in FuelPHP?
Besides using modules as a way of separating logically independent parts of your application, you can also use module controllers in an HMVC context, where one of your application's controllers calls one of more module controllers to create the final result of the URI requested.
Advertisement