使用 zend 框架和 zend 服务器
我正在考虑在 Linux 环境中的未来项目中使用 Zend Framework。我完成了介绍教程并且非常喜欢这个框架。然而有一个问题我无法真正找到答案。
除了封装了 MsSQL、PHP 和 Apache 之外,使用 Zend Server CE 还有什么好处?据我所知,您仍然需要在应用程序中包含或链接 zend 框架。我也找不到任何可以使部署变得更容易的设施。
如果有人可以提供一些有关使用 Zend Server 的优点/缺点的指示/资源,那就太好了。
谢谢
I am considering to use Zend Framework in a future project in a Linux Environment. I did the introduction tutorial and quite liked the framework. Yet there's one question i couldn't really find an answer around.
What is the benefit of using Zend Server CE , besides that it wraps up MsSQL and PHP and Apache? As far as i figured out , you still need to include or link zend framework in your application. I couldn't find any facilities which will make deployment any easier either.
It would be nice if someone could give some pointers / resources about pros/cons of using Zend Server.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果计划设置实时服务器,我的建议是不要使用 Zend Server CE。它相当重,我会使用apache/mysql,然后添加你的ZF目录以包含php.ini中的路径
我之前在Mac上使用Zend Server CE,只是为了开发,但我把它扔掉了,现在我使用MAMP代替。
我喜欢 Zend Server CE 的一点是它的管理界面,在这里阅读更多相关信息 http:// /www.zend.com/en/products/server-ce/
If the plan is to set up a live server my tip would be to not use the Zend Server CE. It is quite heavy, I would use apache/mysql and then add your ZF dir to include path in the php.ini
I used Zend Server CE on my Mac earlier, just for development, but i throw it out and now i use MAMP instead.
What I liked about Zend Server CE is the admin interface, read more about it here http://www.zend.com/en/products/server-ce/