Good Zend Framework example apps to learn from
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?
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.
So do you know any good applications that showcase best-practices for ZF?
Thanks!
如果你对这篇文章有疑问,欢迎到本站 社区 发帖提问或使用手Q扫描下方二维码加群参与讨论,获取更多帮助。

评论(3)


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) :)

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
发布评论
需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。