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 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题
  • ¥15 Python时间序列如何拟合疏系数模型
  • ¥15 求学软件的前人们指明方向🥺
  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题