Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个带有后端菜单项的自定义模块。如何让我的自定义菜单项通过 shell(使用 php -f 文件名)执行 php 文件?
我正在使用 Magento 1.6.2 版
感谢帮助。
您可以使用 php 函数exec(),system()或passtru()在您的控制器操作中使用,该操作链接在菜单项上。
exec()
system()
passtru()