Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Zend Framework example apps to learn from [closed]

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!

like image 423
Sebastian Hoitz Avatar asked Apr 27 '09 16:04

Sebastian Hoitz


People also ask

Which is better Zend or laravel?

Laravel has a steep learning curve to master the framework, whereas Zend has a hard learning curve and takes time to implement. Laravel has poor performance and speed compared to Zend, whereas Zend improves application performance and provides a good response for the server request.

Is Zend Open Source?

Zend Framework is an open source, object oriented web application framework for PHP 5. Zend Framework is often called a 'component library', because it has many loosely coupled components that you can use more or less independently.

What is Zend framework used for?

Zend Framework is a collection of professional PHP packages with more than 570 million installations. It can be used to develop web applications and services using PHP 5.6+, and provides 100% object-oriented code using a broad spectrum of language features.

How do I make a Zend project?

To create a Zend Framework Example Project: Go to File | New | Example | Zend Framework Example Project. The New Zend Framework Project dialog is displayed.


2 Answers

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
like image 117
Rob Allen Avatar answered Nov 12 '22 13:11

Rob Allen


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

like image 21
anonymous Avatar answered Nov 12 '22 12:11

anonymous