As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




我想将ZF2用于即将到来的项目。但是,我发现很难理解我在那里找到的一些教程。他们中的大多数人只是告诉您将文件放入文件中,而没有真正解释一切或我可能拥有的任何其他选择。

是否有绝对的zf初学者书籍或教程?

好吧,我开始使用Yii,直到发布ZF2。

Yii令我惊讶。在两天内,我已经能够开始构建一些东西。它虽然简单却功能强大。它们具有出色的文档,并且如果您对MVC和SQL有很好的了解,则该框架非常易于理解和使用。他们网站上的文档也很好。有针对绝对初学者的教程。我喜欢的
Zend可能是一个更强大,更强大的框架,但是学习起来却非常繁琐。它缺乏Yii的简单性。我发疯了,试图了解所有这些配置行。

我按照此主题中推荐的每个教程进行了两个星期的学习,然后放弃了。告诉某人仅输入一些代码而不解释其含义或如何对其进行调整,并不是教导和推广框架的好方法。
ZF2发行时,我将接听。我希望他们变得更友好。我希望文档也能有所改进,并从简单的示例变为复杂的示例。我真的很想学习ZF。

最佳答案

您可以阅读许多可以帮助您的文章:

  • Official documentation-有用的东西-尤其是 View 快速入门
  • View Layers, Database Abstraction, Configuration, Oh, My!-View Layer&Db的良好介绍
  • Getting started writing ZF2 modules-
  • 模块的良好介绍
  • Modules in ZF2-
  • 模块的另一个介绍
  • Using the ZF2 EventManager-事件管理器
  • 简介
  • PHP Constructor Best Practices And The Prototype Pattern-Zend \ Db \ ResultSet使用此
  • Using the ServiceManager as an Inversion of Control Container-如何使用Zend \ ServiceManager
  • Zend\ServiceManager configuration keys-有用的Zend \ ServiceManager信息

  • 此外,这些博客类别还包含有用的信息:

    Matthewt Weier O'Phinney的ZF2 articles robt Allen的ZF2 articles Matthew Setter的Master Zend Framework
    图书:
  • Slavey Karadzhov的Learn ZF2
  • Matthew Setter的Zend Framework 2 for Beginners
    对于源代码:
  • http://modules.zendframework.com/
  • https://github.com/akrabat/ZF2TestApp
  • 关于zend-framework - Zend Framework 2 for Zend Framework新手,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10182000/

    10-16 14:48