English 中文(简体)
编码协调器可扩展的倍数结构
原标题:codeigniter scalable folder structure

I ve use symfony and now using codeigniter is there any folder structure that can be used in scalable applications similar to symfony.

I want to make an application that will be divided in sub-apps and the sub-apps will have their own modules.

感谢。

问题回答

您所描述的是HMVC(等级示范观点主计长)。 这意味着申请分为modules。 (或如你所描述的,更确切地说是“次申请”。) 可悲的是,Igniter不支持HMVC的未经修改,但有一个。 [Thanks Wesley]

或者,你可以使用特别为HMVC设计的《密码识别》,网址是:Kohana Framework。 该项目最初是一个幸运项目,但现在发生了大规模变化,几乎无法从最初的CI项目得到确认。





相关问题
Scaling Rails with Cache-on-write

I currently have a rails app that uses the traditional caching. cache do blocks are used to cache slow-rendering partials. This works great for the most part, except for a few pages which take too ...

How to create an ASP.NET web farm?

I am looking for information on how to create an ASP.NET web farm - that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers? We ...

Is this way of using Excel 2007 Pivot table for BI scalable?

Background: We need to consolidate sales data across the country to do analysis Our Internet connection/IT expertise/IT investment is not quite strong, therefore full BI solution is out of question ...

High-traffic, Highly-secure web API, what language? [closed]

If you were planning on building a high-traffic, very secure site what language would you use? For example, if you were planning on say building an authorize.net-scale site, that had to handle tons ...

AS3: Faster to use EventListeners or ArrayLoops?

I am writing a game in AS3 and have, as an example, around 40 objects on screen. Let s say they are clouds. I m wondering which of the two paths would be less a strain on system resources: a) Put an ...

热门标签