php Zend Framework 2 项目示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6137021/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Zend Framework 2 project example
提问by Nikolai Senkevich
Can someone give me an Zend Framework 2 project example,
or any info how to use zend_tool for ZF2.
有人可以给我一个 Zend Framework 2 项目示例,
或者任何有关如何将 zend_tool 用于 ZF2 的信息。
Thanks
谢谢
采纳答案by dypsilon
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.
Zend Framework 2 目前正在大量开发中,所以还没有真正的例子。您可以在github上关注 ZF2 的开发。
The only ready components we have now are Autoloader and Plugin Loader. You could also use them in your current ZF applications.
我们现在唯一准备好的组件是 Autoloader 和 Plugin Loader。您也可以在您当前的 ZF 应用程序中使用它们。
回答by Nikolai Senkevich
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
迄今为止我发现的最佳资源是:
1. 手册http://packages.zendframework.com/docs/latest/manual/en/index.html
2. Matthew Weier O'phinney 3 篇到目前为止http://mwop。 net/blog/tag/zf2
3. Rob Allen ZF2 书 http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework-2.pdf
4. 不错的 ZF2 模块基础网站示例:https ://github.com/EvanDotPro/MwopGuestbook
5. http://www.jasongrimes.org/2012/01/using-doctrine-2-in-zend-framework-2/- 很好的教程,你需要设置 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
最后 ZF2 wiki,您可以在其中找到更多资源,对我来说,这是最好的页面,您可以从中学习 zf2 http://framework.zend.com/wiki/pages/viewpage.action?pageId=42303506
回答by Joseph Woodward
For anyone stumbling across this questions as of September 2012; now that Zend have released the first stable version of Zend Framework you can use their skeleton application which takes a few minutes to set up, and takes you through all of the finer details about creating a project.
对于截至 2012 年 9 月遇到此问题的任何人;现在 Zend 已经发布了 Zend Framework 的第一个稳定版本,您可以使用他们的骨架应用程序,这需要几分钟的时间来设置,并带您了解有关创建项目的所有更精细的细节。
http://zf2.readthedocs.org/en/latest/user-guide/skeleton-application.html
http://zf2.readthedocs.org/en/latest/user-guide/skeleton-application.html
回答by Kevin Schroeder
ZF2 is still a ways away. I don't think that the MVC milestone has been completed yet.
ZF2还有很长的路要走。我认为 MVC 里程碑还没有完成。