php 值得学习的优秀 Zend 框架示例应用程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/794240/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Good Zend Framework example apps to learn from
提问by Sebastian Hoitz
Do you know of any open-source Zend Framework applications besides Magento that show in a good OOP-way how to develop big apps with Zend Framework?
除了 Magento 之外,您是否知道任何开源 Zend Framework 应用程序以良好的 OOP 方式展示了如何使用 Zend Framework 开发大型应用程序?
My problem right now is, that I'm pretty good at PHP and OOP, but I don't have enough knowledge of the Zend Framework and how things should be solved in it.
我现在的问题是,我非常擅长 PHP 和 OOP,但我对 Zend 框架以及如何解决问题没有足够的了解。
So do you know any good applications that showcase best-practices for ZF?
那么,您知道哪些展示 ZF 最佳实践的优秀应用程序吗?
Thanks!
谢谢!
回答by Rob Allen
Have a look at:
看一下:
- JotBug (from 2009): http://www.ohloh.net/p/jotbug(zip file of code)
- Pastebin: http://github.com/weierophinney/pastebin/
- 'ZF 1.8 Web Application Development' code: http://code.google.com/p/zendframeworkstorefront/
- Enygma's Ext-JS with ZF example app: https://github.com/enygma/Agile-ExtJS-ZF
- MTD issues: https://github.com/mtd/issues
- JotBug(从 2009 年开始):http: //www.ohloh.net/p/jotbug(代码的 zip 文件)
- Pastebin:http: //github.com/weierophinney/pastebin/
- “ZF 1.8 Web 应用程序开发”代码:http: //code.google.com/p/zendframeworkstorefront/
- Enygma 的 Ext-JS 和 ZF 示例应用程序:https: //github.com/enygma/Agile-ExtJS-ZF
- MTD 问题:https: //github.com/mtd/issues
回答by anonymous
Magento is a good example of the Zend Framework, Until you start looking at how they decided to go about templating! Wow.. wonder how late that meeting was when they decided to depart from logic and create their highly nested template components.. fun times (from a designers perspective) :)
Magento 是 Zend 框架的一个很好的例子,直到您开始了解他们如何决定进行模板化!哇..想知道当他们决定脱离逻辑并创建高度嵌套的模板组件时,那次会议多晚了..有趣的时光(从设计师的角度来看):)
回答by Alix Axel
I've only peeked into the source of Magento (magentocommerce.com) but it has a pretty good result on the outside.
我只看了 Magento 的来源(magentocommerce.com),但它在外面有很好的结果。

