hmvc
Controller vs. Model - Need explanation
I\'m on the beginning of my \"Learn MVC\" way. Basically, I don\'t have big problems with object-oriented programming however there\'s one technical aspect that needs clarification. It seems that my t[详细]
2023-02-03 09:10 分类:问答Codeigniter HMVC and datamapper compatibility
I am new to Codeigniter and I am thinking about the use of this framework in my new project. I am going to need these two extensions. Before digging into too deep, I wonder if anyone already has exper[详细]
2023-01-29 21:24 分类:问答Load Model in HMVC
I am trying to load a model within the same module from a controller. $this->load->model(\'pendingAccountModel\');[详细]
2023-01-26 17:12 分类:问答Share a Kohana install between sites
Hey all, kind of new at Kohana and I have a quick question. I have a site where there will be three subsections, organized by subdomain (i.e. admin.site.com, community.site.com, www.site.com) but eac[详细]
2023-01-22 20:04 分类:问答Kohana 3: Prevent a controller action which renders a sub-view from rendering if not called from approved controller
Let\'s say I have the do开发者_StackOverflowmain www.example.com It has a default controller called \'account\'.[详细]
2023-01-17 01:37 分类:问答Hierarchic MVC in Rails 3?
I\'ve read about HMVC (Hierarchic Model View Controller) and it\'s flexible structure. Have a look at this picture:[详细]
2023-01-14 09:13 分类:问答Kohana 3.0's HMVC structure in layman's terms?
So, I think i understand the cascading filesystem in it\'s basic terms, but I can\'t seem to wrap my head around the \'H\'ierachy structure of the MVC. Could anyone tell me the advantages of using HMV[详细]
2023-01-03 13:46 分类:问答Codeigniter HMVC and CMS
I am using Codeigniter with the HMVC Modular extension and have a backend CMS area for managing website content. I am routing the base URL + \"admin\" (http://localhost/cms/admin) to controller method[详细]
2022-12-19 21:17 分类:问答