我是Zend Framework的新手,但过去曾使用过PHP。我已经完成了Zend提供的基础教程,并了解了很多,但我对安装过程很模糊。似乎有许多不同的安装方式,是吗?以下是我看到的方式:
如果有人可以简要解释上述每种方法,它们有何不同,哪种更好,那就太棒了!
此外,还有两个关于主题的快速问题:
提前致谢!
答案 0 :(得分:1)
我只会讨论第二组问题:
您的第一个问题相当自以为是,它在很大程度上取决于您的工作流程。引用一些歌词:
Sei ying there is no special move that is best, it all depends, any move could be best,
its up to you when the times right, to move correctly, accurately and with great speed...
tl / dr选择对您的解决方案来说最实用的方法。
答案 1 :(得分:1)
试试这个网站:http://www.packtpub.com/article/building-your-first-zend-framework-application
它显示了如何安装,添加虚拟主机和框架应用程序以及向该应用程序添加模块。
快乐学习
答案 2 :(得分:0)
如果您无法访问其他方法(composer或git),请使用Zip。使用Zip,您将无法(轻松)升级或降级组件。
作曲家很棒,因为你可以配置你的需求。例如:
"require": {
"zendframework/zend-config": "2.2.*",
"zendframework/zend-http": "2.2.*"
},
更多信息:http://framework.zend.com/downloads/composer
如果您希望处于边缘(更难维护版本),请使用Git