I've been reading about modules for codeigniter for quite a while and have decided to dive into it. I've gotten the basic concept, each module is a seperate "MVC", hence ease in maintaining, adding, etc, but need a little help understanding proper implementation.
Firstly, specifically I'd like an explanataion for the line in original modular extension hmvc site
"To use Modular Separation only, without HMVC, controllers will extend the CodeIgniter Controller class."
what excatly does this mean? if someone could explain it's meaning and purpose it would be really helpful.
Also, a little more conceptual explanation of HMVC, modular extension and seperation etc would be great. Like how to decide when to extend modules, seperate them, and what excatly this means.