Config.xml 中前端的事件

发布于 2024-12-28 12:29:31 字数 263 浏览 2 评论 0原文

在 config.xml 中, 可以放置在 中。 adminhtml>.我们正在引导 Magento,并且因为我们正在引导,所以我在 中的事件不会触发。什么告诉magento 使用前端?

In config.xml, <events> can be placed in either <global>, <frontend> or <adminhtml>. We are bootstraping Magento, and because we are bootstrapping, the events that I have in <frontend> do not fire. What tells magento to use the frontend?

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

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

发布评论

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

评论(1

吃→可爱长大的 2025-01-04 12:29:31

@ben 在此处给出了一个答复,恰好涵盖了这个问题。基本上,您需要指示 Magento 加载“区域”,以便它知道要实现哪些配置元素(包括事件)。当您点击 Magento 管理的页面时,会在 Mage::app()->run() 中自动为您执行此操作。

@ben gave a response here that covers exactly this question. Basically, you need to instruct Magento to load an "Area" so that it knows what configuration elements (including events) to implement. When you hit a page managed by Magento, this is executed automatically for you in Mage::app()->run().

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