Can someone give me an Zend Framework 2 project example,
or any info how to use zend_tool for ZF2.

Thanks

link|improve this question
feedback

3 Answers

up vote 0 down vote accepted

Zend Framework 2 is under heavy development right now so there are no real examples yet. You can follow the development of ZF2 on github.

The only ready components we have now are Autoloader and Plugin Loader. You could also use them in your current ZF applications.

link|improve this answer
feedback

Best resources which I found so far is :
1. manual http://packages.zendframework.com/docs/latest/manual/en/index.html
2. Matthew Weier O'phinney 3 articles so far http://mwop.net/blog/tag/zf2
3. Rob Allen ZF2 book http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework-2.pdf
4. Nice ZF2 Module base website example: https://github.com/EvanDotPro/MwopGuestbook
5. http://www.jasongrimes.org/2012/01/using-doctrine-2-in-zend-framework-2/ - nice tutorial all what you need to setup ZF2-D2

Finaly ZF2 wiki where you can find more resources and for me this is best page from which you can strat learning zf2 http://framework.zend.com/wiki/pages/viewpage.action?pageId=42303506

link|improve this answer
feedback

ZF2 is still a ways away. I don't think that the MVC milestone has been completed yet.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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