PHP Frameworks: Codeigniter vs. Yii vs. Custom?

Posted by Industrial on Stack Overflow See other posts from Stack Overflow or by Industrial
Published on 2010-06-06T18:41:56Z Indexed on 2010/06/06 19:32 UTC
Read the original article Hit count: 467

Filed under:
|
|
|
|

Hi everybody,

I have used codeigniter for a some years now. Why I chosed to work with codeigniter back then? Pretty much for the extensive documentation that were available and the big user community. It made me as a totally newbie to the MVC pattern able to get a site up and running really fast.

I think what is priorited from my side is that the framework doesn't affect performance too much, which Codeigniter seems to be pretty good at (when compared to other frameworks out there) and Yii, an even better option.

Since the time has gone from when I started out with codeigniter, the project sizes have also increased and thereby the demand of the framework and it's footprint on the code. I have thought a few times about writing a whole new MVC framework to do only the thing's I want it to do, but it feels like reinventing the wheel and I cannot yet justify it.
I am not sure whether or not it's a good solution to build a site that have the potential to become really big on either Yii or Codeigniter.

I have tried to find as much as possible documentation about this comparision/issue online before posting here, but have found very few real-life arguments and stories from people that have shifted between the two PHP frameworks or have been in the same situation as me.

So - what's your thoughts about Codeigniter vs. Yii vs. going custom?

References:

© Stack Overflow or respective owner

Related posts about php

Related posts about php5