tags:

views:

66

answers:

1

hi, i have already building(Under Development "Http://dollardazzler.biz") a MLM project with cakephp framework. Now i have another upcoming project in my hand with same MLM features,i could use cakephp for that as well be cause i already have the models/controllers and the db schema but i want to do some different this time .

So i am asking To experienced Programmers to suggest me,what should be the best Php Framework to build my next Project. this site have dozens of calculation along with social networking integrations and many more other things.

And the most important part is this site will be visited by around 500 users at a time

Thanks regards Dipankar

+1  A: 

Whatever you're comfortable with - if CakePHP is good for you, why not. If you want to try something new and you already have db schema, try Symfony, it's pretty good at generating the base skeleton for you.

Piskvor
my bad not 5000 users per day it may be 500 users at a time
dip1232001
@dip1232001: Look into some sort of page caching/opcode caching; APC, perhaps: http://pecl.php.net/package/APC
Piskvor
YII is best suitable for this
JKS