I am going to create a web application (PHP / MySQL). I prefer to use the MVC style when developing applications, but in the past I always tried my best to write my own MVC structure, so I started playing with CodeIgniter. After several tutorials, I better understand how to develop correctly using the MVC framework, and I'm absolutely sure using CodeIgniter to write my application.
The thing is, I’m now wondering if it’s better to write my own MVC framework for this application or use CodeIgniter? My concern is that I just get this app written to serve as a prototype and pass it on to more experienced developers in the future. I am worried that CodeIgniter has limitations that I do not yet know about, and may hinder further development for me or for the next developer (s). I would think that it is easier to get around the problems / limitations of the user structure than in a third-party / ready-made / spare structure.
Any insight?
source
share