I have created several php projects from scratch before, but I realize that it now becomes totally impossible to maiintain all of them as they are all written differently. Especially when they are written several months ago.
I need to create new php projects regularly so would using Frameworks help me with the problem ? IS this a valid reason for using php framework like CodeIgniter ?
Frameworks have at least two important advantages :
After, there is the question of “which Framework should I use”… There is no “true” answer ; the only advice I can give you is to use one of those that are used a lot — like Symfony, Zend Framework, CodeIgniter, …