What are good resources for learning the Zend framework? [closed]

跟風遠走 提交于 2019-12-06 08:54:40

问题


What's an efficient way for someone who knows PHP and Ruby on Rails to quickly pick up the Zend framework?


回答1:


I think that by already having experience with RoR and PHP, you have already broken the back of the task. RoR follows the same architecture pattern as the Zend Framework (MVC); and so you will already have an abstract understanding of your first Zend Framework application.

I don't know of any resources that are specifically targeted at transitioning RoR programmers to Zend Framework programmers (that would make a good topic for a book), however, with (at least) a syntactic understanding of PHP, I'd recommend you read one of the following introduction articles:

  1. The Official Quick-Start Guide
  2. Rob Allen's Getting Started with Zend Framework 1.8

You can always post questions on S.O. if you're stuck!




回答2:


I'll add the nabble forum dedicated to ZF that helped me a lot.




回答3:


I'd also like to point out the FREE Zend Framework Book found in: http://www.survivethedeepend.com



来源:https://stackoverflow.com/questions/1096667/what-are-good-resources-for-learning-the-zend-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!