vote up 3 vote down star
5

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!

flag

77% accept rate

4 Answers

vote up 5 vote down check

Have a look at:

link|flag
Thanks a ton for the links!! – namespaceform Nov 23 at 13:29
vote up 0 vote down

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

link|flag
vote up 0 vote down

http://www.dodoapp.com/

A simple task manager, may be interested.

link|flag
vote up 0 vote down

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

link|flag
It is worth noting that Magento does not use any of the MVC components from the framework... Just parts of the library. – jason Jul 10 at 2:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.