Zend Framework 2 项目示例
有人可以给我一个 Zend Framework 2 项目示例
或任何如何使用 zend_tool for ZF2 的信息吗?
谢谢
Can someone give me an Zend Framework 2 project example,
or any info how to use zend_tool for ZF2.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
到目前为止我发现的最佳资源是:
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,您可以在其中找到更多资源,对我来说这是是您可以学习 zf2 的最佳页面
http://framework.zend.com/wiki/pages/viewpage.action?pageId=42303506< /a>
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
对于截至 2012 年 9 月遇到此问题的任何人;现在 Zend 已经发布了 Zend Framework 的第一个稳定版本,您可以使用他们的框架应用程序,该应用程序需要几分钟的时间来设置,并引导您完成有关创建项目的所有详细信息。
http://zf2.readthedocs.org/en/latest/user-guide/sculpture- application.html
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.
http://zf2.readthedocs.org/en/latest/user-guide/skeleton-application.html
Zend Framework 2 目前正在大力开发中,因此还没有实际的示例。您可以在 github 上关注 ZF2 的开发。
我们现在唯一准备好的组件是自动加载器和插件加载器。您还可以在当前的 ZF 应用程序中使用它们。
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.
ZF2还有很长的路要走。我认为 MVC 里程碑还没有完成。
ZF2 is still a ways away. I don't think that the MVC milestone has been completed yet.