需要 PHP 脚本的简单 Hello World Zend 框架
根据 Phpinfo Zend 已安装(Zend Engine v2.1.0)。 然而,当我调用 zend 数据库命令时,它们会被吞没,没有响应或错误消息。 (该脚本已在我的本地服务器上进行了测试)。
我正在寻找一个“Zend hello world”php 脚本,它会告诉我 Zend 运行正常。
建议?
According to Phpinfo Zend is installed (Zend Engine v2.1.0) .
How ever when I call zend database commands they are swallowed without response or error message. (The script has been tested on my local server).
I am looking for a "Zend hello world" php script which will tell me that Zend is running OK.
Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来你混淆了两个不相关的事情。 Zend 框架和 Zend 引擎。
您正在“调用”哪些数据库命令?什么样的 Zend hello 词,你的意思是世界,你想要 php 脚本吗?它应该向你显示什么?
It seems you're mixing up two not related things. Zend framework and Zend Engine.
What database commands are you 'calling'? What kind of Zend hello word, do you mean world, php script do you want and what should it show you?