Which PHP framework should I choose between ZendFramework or YII?
Points I need to consider:
- Performance (assuming an accelerator is used)
- Documentation
- stability of framework
- less to code.
|
|
Which PHP framework should I choose between ZendFramework or YII?
|
||
|
|
|
|
As I, myself, ventured into a similar question lately I'll share my thoughts with you.
|
||
|
|
|
Here is my experience with both. Performance : Yii wins Documentation : Zend Wins stability of framework : Draw less to code. : Yiiiiiiiiiiiiiiii (ZF is too much espaguetti) You can achieve the same result with both, but, with Yii it's easier, quick, SIMPLE. And, can it be use some modules from Zend framework, not the entire framework. |
||
|
|
|
|
I know it's not on the list, but I have you had a look at Kohana (http://www.kohanaphp.com)? Kohana is my personal framework of choice for a couple reasons.
|
||
|
|
|
|
I know that Yii is created by the main guy behind Prado and I never liked Prado myself. It is very intelligently designed but I just didn't click with its templating system. Seemed like a case of "smart guys develop smart system that people don't want to use". That said I am currently evaluating Yii because it does look impressive and is boasts pretty high performance (and it has abandoned the Prado way of templating... well, it has it as an optional feature). |
||||||
|
|
|
Zend FrameWork is really slow ... Yii is really fast Zend FrameWork must run on PHP 5.2.X( You can't use Zend_Date or Zend_Locale on 5.1 ) Yii must run on PHP 5.1.X Zend_Mail has many bug .... shit . and never fix it (v0.1~v1.7) !! Why so many developer design ZF , but give us slow and bug framework ... |
||
|
|
|
It's hard to answer your question based on those four categories. You should really choose a framework based on your project/personal goals not your development ideals. Everyone wants their code to run fast, have great documentation and be stable with minimal lines of code.
Zend is something you choose if you are going to do many projects with it. If you only need a framework for a project or two then choose something else. I would not choose Yii simply because it is new. Using new software always increases the risk of project failure. To answer your question I would say Yii assuming this is for a personal project and going off of your profile. You will find it much more exciting to work with than Zend. |
||
|
|
|
|
I dont know about Zend. I never used that. I used just CI and Yii. So I can say that Yii is crazy !! Thats cool!! |
||
|
|
|
|
For Performance I use DooPHP, just found out this framework recently. And I use Zend framework components with it since they share the same new BSD license. DooPHP + Zend = Performance + rich list of features Besides the framework is really easy to get started than Yii or CodeIgniter. IMHO the database ORM in Doophp is very good. |
||
|
|
|
|
I do prefer Yii over all other PHP frameworks. Yii
|
||
|
|
|
|
zend = windows yii = mac the author of yii knows what user-friendlyness is. that is a VERY important aspect. yes, zend got a huge codebase, but just have a look at their online api documentation...than you take a look at yii:s..and that is the difference you should be concerned about. a userfriendly way will always win over time |
||
|