I\'m building several sites that need similar \"modules.\" For example, the sites may have the exact same login system, forum, etc.
I am currently designing an application that needs to be modular - for this i am using the Modular Extensions - HMVC for code igniter.
I would like to know about modules in CodeI开发者_开发技巧gniter, and where can I learn how to develop modules?As far as Codeigniter (out of the box) is concerned, Modules in terms of HMVC patterning,
I am having trouble getting a working Codeigniter version 2.0.3 with hmvc and tank auth(set up as a module) setup properly. I have installed CI properlly and then install HMVC with these directions ht
I am trying to understand HMVC and how or if I should consider it in my current MVC app. Regarding this quote from [this][1] question about MVC architecture,
I\'m currently writing my own PHP framework as a learning exercise using the HMVC design pattern. It all works :), but I\'ve read many times that it\'s a bad habit to refer to static classes in your P
I\'m trying to create a page that displays certain widgets/includes dependent on the users permissions. I\'m quite new to CodeIgniter and MVC.
I think that framework shouldn\' be a cage for developer, and because Kohana gives a lot of freedom I am just wondering how do other guys handle two action-related things:
New to HMVC in Codeigniter. Dynamic form allows new \"segments\" to be created when a user clicks a link.
OK, so HMVC in Codeigniter is the way to go for scalable web applications (with Kohana 3) based off many stackoverflow discussions such as HMVC patterns and MVC vs HMVC.