Welcome Guest, Not a member yet? Register   Sign In
[split] CodeIgniter Vision?
#1

(This post was last modified: 03-12-2016, 08:50 AM by ciadmin.)

You make a good job for CI, undoubtedly, but I want to discuss some issues related to the future strategy.
I work for nearly three years on a project that uses CI 2.6. The application that I develop has evolved over time, and the main problem with I was faced was related to the organization of files.
Imagine that in the "controllers" exists hundreds of files, and in "models" and in "views", even thousands of files (meaning large-scale applications, not just a blog).
Imagine you should assign names to this files (unique and suggestive).
Imagine a "controller" or a "model" that contain hundreds of lines of code or even thousands.
Imagine how works an IDE that has opened (and loaded into memory) 10/15/20 file of this size.
Imagine you have to do make "debugging" or "update" on such files.
Imagine that you are not alone programmer working on this project, you are part of a development team, and often you faced with the situation where the file changed by you, it was amended before by something else, because the task that project manager assigned to you intersects with another task assigned to another programmer (and you have to update theĀ  files from server and solve conflicts (using SVN, GIT, etc...)). And so on ...
In this case, the MVC architecture is not sufficient. Fortunately, I found the solution using the extension supplied by "wiredesignz" (Modular Extensions - HMVC). This extension helps me, saved me a lot of time and solved a lot of issues. I think that will be a major benefit for users, to add support for HMVC architecture, in CI.
Reply


Messages In This Thread
[split] CodeIgniter Vision? - by dalcris - 03-12-2016, 01:11 AM
RE: [split] CodeIgniter Vision? - by kilishan - 03-13-2016, 08:18 PM
RE: [split] CodeIgniter Vision? - by Ivo Miranda - 06-26-2016, 05:18 PM
RE: [split] CodeIgniter Vision? - by ciadmin - 06-26-2016, 06:34 PM
RE: [split] CodeIgniter Vision? - by dalcris - 06-27-2016, 01:51 AM
RE: [split] CodeIgniter Vision? - by ciadmin - 06-27-2016, 02:41 AM
RE: [split] CodeIgniter Vision? - by kilishan - 06-26-2016, 07:59 PM
RE: [split] CodeIgniter Vision? - by Ivo Miranda - 06-27-2016, 04:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB