views:

3307

answers:

4

Hi!

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!

A: 

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

Alix Axel
It is worth noting that Magento does not use any of the MVC components from the framework... Just parts of the library.
jason
+7  A: 

Have a look at:

Rob Allen
Thanks a ton for the links!!
namespaceform
Have checked these links and found JotBug most usefull, therefore I didn't found code for checks in model and code for showing error messages when some fields in HTML form didn't filled properly
se_pavel
A: 

http://www.dodoapp.com/

A simple task manager, may be interested.

Alberto Maturano
A: 

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

anonymous