【发布时间】:2011-09-20 20:06:22
【问题描述】:
我有一个模块,它将通过执行操作来使用我的控制器而不是 magento
<routers>
<checkout>
<args>
<modules>
<Some_Thing before="Mage_Checkout">Some_Thing</Some_Thing>
</modules>
</args>
</checkout>
</routers>
在我扩展核心类的类中,我必须明确要求该类。有谁知道这是为什么?
【问题讨论】:
标签: magento magento-1.5