I have a couple of preliminary goals:
- choose a framework for small in-house projects that other developers (with less experience in PHP) could use
- choose a framework that, once I've learned it, I can develop with quickly
Overall, the whole goal is to save development time. Though there are other developers in our organization, I tend to do the most actual development, and even I don't even usually spend over half my time coding.
The ones I've looked at briefly are CakePHP, Yii, and CodeIgniter. My understanding is that Yii is very fast to process (great), but harder to learn than CakePHP (more important from our perspective). CodeIgniter I know less about, just that some like it more, and some less.
What is the best framework for this situation?
Thanks for your thoughts.