PHP Frameworks (CodeIgnitor, Yii, CakePHP) vs. Django
Posted
by niting
on Stack Overflow
See other posts from Stack Overflow
or by niting
Published on 2010-04-05T13:18:44Z
Indexed on
2010/04/05
13:23 UTC
Read the original article
Hit count: 935
I have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for it. Moreover, the site is a user oriented one where the user will be able to log in and check his profile, register for specific events he/she wants to participate in. The site is to be hosted on a VPS server.Although I have pretty good experience with python and PHP but I have no idea how to use either of the framework. We have plenty of time to experiment and learn one of the above frameworks.Could you please specify which one would be preferred for such a scenario considering speed, features, and security of the site.
Thanks, niting
© Stack Overflow or respective owner