Which framework should I use?

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
abhijith31
Forum Newbie
Posts: 1
Joined: Thu Oct 06, 2011 12:37 am

Which framework should I use?

Post by abhijith31 »

I am planning to make a web application that will serve as an online "journal" or "diary". Users will be able to make daily entries which will contain text and images. Assuming that the application's user base will grow to 100,000 users in a year, which PHP framework is best suited for the development of this project? What are the pros and cons of the different frameworks in this regard?
simaremare
Forum Newbie
Posts: 2
Joined: Sun Nov 06, 2011 2:28 am

Re: Which framework should I use?

Post by simaremare »

hello,.!
in my opinion, it doesn't really matters with what framework should be used (because most of framework says that they are best of it).
the problem is about the understanding of the framework structure itself.
if we have been suited to a framework, just keep working with it because moving to other framework will take time to adapt.
again, in my opinion, both CodeIgniter or Kohana are good and easy enough to build an application from scratch.

:)
Post Reply