Make codeigniter component based |
I need to make a component based script what are the best solutions to do that with codeigniter?
I tried searching about HMVC and it seems good but I want to know any other ways if anyone know. I mean with component based that I want for example make a component for users management and one for posts management and each component has a separate place (such as joomla components) thanks for reply in advance.
Stuffed at the end of this page: http://www.codeigniter.com/user_guide/ge...oader.html
is the config option to enable Composer auto-loading, which would expand your options for loading "components." Otherwise, HMVC probably is the closest thing to what you're describing. |
Welcome Guest, Not a member yet? Register Sign In |