从命令行运行 Zend_Application?

发布于 2024-08-16 07:00:18 字数 177 浏览 10 评论 0原文

有没有一种从命令行运行 Zend_Application 的幸运方法?也就是说,我想运行一个 shell 脚本来调用 Zend_Application,加载其配置,然后调用特定的控制器操作或运行任意命令行脚本来访问应用程序配置、模型等。

我可以想到一些将其组合在一起的方法,但这似乎是一种可能有官方(但记录很少)方法的事情。

Is there a blessed way to run a Zend_Application from the command line? That is, I want to run a shell script that invokes a Zend_Application, loads its configuration, and then calls a specific controller action OR run an arbitrary command line script with access to the applications configurations, models, etc.

I can think of a few ways to hack this together, but it seems like the kind of thing where there may be an official (but poorly documented) way of doing it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独孤求败 2024-08-23 07:00:18

这是一种方法: http://webfractor. wordpress.com/2008/08/14/using-zend-framework-from-the-command-line/

如果混合中实际上有一个 Web 服务器,您当然也可以触发 w/wget 或 lynx ... wget --quiet http://server/app/doTheThing

here's one way: http://webfractor.wordpress.com/2008/08/14/using-zend-framework-from-the-command-line/

if there is actually a web server in the mix, you could also of course trigger w/wget or lynx... wget --quiet http://server/app/doTheThing

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文