hmvc
CodeIgniter - modular?
I\'m building several sites that need similar \"modules.\" For example, the sites may have the exact same login system, forum, etc.[详细]
2023-04-08 19:41 分类:问答Code Igniter Modular Extensions Default_controller
I am currently designing an application that needs to be modular - for this i am using the Modular Extensions - HMVC for code igniter.[详细]
2023-04-06 09:45 分类:问答What are modules in CodeIgniter?
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,[详细]
2023-04-02 16:09 分类:问答Setting up Codeigniter HMVC with tank auth
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[详细]
2023-03-31 11:09 分类:问答Accurate use / consumption of the HMVC pattern?
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,[详细]
2023-03-28 16:25 分类:问答Best way to autoload a model class in specific folder HMVC
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[详细]
2023-03-26 04:14 分类:问答Combining multiple controllers on one page, without loading controllers from a controller
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.[详细]
2023-03-23 02:05 分类:问答Kohana 3 internal actions
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:[详细]
2023-03-17 08:38 分类:问答Codeigniter HMVC and calling a view from jQuery
New to HMVC in Codeigniter. Dynamic form allows new \"segments\" to be created when a user clicks a link.[详细]
2023-03-14 16:09 分类:问答Codeigniter HMVC effect on performance
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.[详细]
2023-03-12 08:24 分类:问答