Better php framework for shared hosting
Posted
by
ravz
on Programmers
See other posts from Programmers
or by ravz
Published on 2012-12-19T07:01:54Z
Indexed on
2012/12/19
11:13 UTC
Read the original article
Hit count: 152
I need to develop an app for booking appointments. This is gonna be hosted in a shared server. So performance is the most important thing. I have used symfony2. I quite liked the framework. But seems to be heavy.
Which framework would suit me considering my requirements? I have shortlisted three frameworks yii, symfony2 and ZF2. I am not asking which framework is better.
All the three are good frameworks. I want to know which will suit my requirements. My first priority would be performance (I will be using AJAX wherever possible), second would be maintenance and development time and third community support. Or should I use my own handlers to separate views and logic and just use raw php?
© Programmers or respective owner