Good Zend Framework example apps to learn from [cl

2020-05-11 21:03发布

问题:

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 7 years ago.

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!

回答1:

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


回答2:

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



回答3:

I've only peeked into the source of Magento (magentocommerce.com) but it has a pretty good result on the outside.