dongzhiman2162 2011-04-13 12:54
浏览 76
已采纳

Yii还是ZendFramework? [+ ORM] [关闭]

I'm wondering which PHP framework to use. I've used CodeIgniter for my projects, but when version 2.0 released, I understood that it isn't what I need, because it's still old CI and only few small features were added.

Currently I can't decide which framework to use: Zend or Yii. And also I need some ORM tool (built-in in framework or external). I found this small discussion: https://stackoverflow.com/questions/667382/which-php-framework-should-i-choose-between-zendframework-and-yii But this discussion is relatively old. And a lot of things could change in two years.

I need stability, good documentation/books and good performance because I don't plan to use framework for programming small personal blogs. :)

So which one I should learn and use?

P.S. Sorry for my poor English skills.

P.P.S. May be you could offer me some other PHP-framework?

  • 写回答

2条回答 默认 最新

  • donglu1472 2011-04-13 13:14
    关注
    1. Zend Framework don't have build in ORM. If you want to use ORM look into doctrine2, or for high-load - mongodb (nosql).
    2. ZF is stable but not very fast.
    3. Documentation is not very good, some things you can find only in source code.

    Yii is high-perfomance. Yii has own implementation of ORM called Yii Active Record(AR). Yii documentation is pretty good.

    For new experience I'll try Yii, but in you case is hard to decide.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?