Zend Framework 2.0 BETA 对于生产来说安全吗?
我知道它仍处于测试阶段,但我很想尝试一下并创建一个项目并对其进行午餐。
那么一个简单的问题是,生产安全吗?
I know its still in beta, but I so want to try it already and create a project and lunch it.
So a quick question, is it production safe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果我是你,我会避免在生产项目中使用仍处于测试阶段的框架。
正如 Zend 网站此处引用的:
所以基本上,除了可能遇到的错误之外,您可以期望 API 会立即更改,直到它们达到候选发布里程碑(无论何时)。
If I were you, I would avoid using a framework that is still in beta for a production project.
As quoted from the Zend website here:
So basically, aside from likely encountering bugs you can expect API's to change right until they have reached the Release Candidate milestone (whenever that may be).
如果您几个月没有发布,那么 ZF2 是非常可行的。到目前为止,合作也很顺利。 引用:
因此,对于每个版本,我们都必须修改一些小东西。但这几乎只是“设置代码”,对我们的控制器或视图脚本没有大的改变。
现在这会更好:
因此,如果有一天您需要学习 ZF2,请立即购买。如果您只构建一个应用程序并且需要快速交付它,我认为 ZF1 将是更好的选择。
If you're not releasing for some months, then ZF2 is very viable. Up till now, it has been okey to work with as well. Quoting:
so for each release, we have had to modify some small stuff. But this is almost just "setup-code" and no big changes to our controllers or view scripts.
And now this will be even better:
so grab ZF2 now if you will need to learn it anyway some day. If you're only building one single application and need to ship it fast, I think ZF1 would be a better choice.
这取决于。什么时候向客户部署? Beta 5 刚刚发布,接下来的几个版本将是候选版本。这意味着不再有重大变化。所以你的 ZF 代码可以保持相当稳定。
ZF2 的发布日期仍为夏季末。如果您在此之前没有向客户部署,我会强烈考虑 v2。我们从 beta 3 开始就一直在使用 ZF2。我们更愿意选择最新的技术,而不是坚持使用 v1 10 年(我们应用程序的最短预期寿命;我们是 B2B)。
It depends. When are you deploying to customers? Beta 5 was just released and the next few releases will be Release Candidates. That means no more major changes. So your ZF code can remain pretty stable.
ZF2 release date remains by the end of Summer. If you aren't deploying to customers before then, I'd strongly consider v2. We did and have been using ZF2 since beta 3. We preferred to pick the latest technology rather than be stuck with v1 for 10 years (the minimum expected lifespan of our application; we're B2B).