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.
我有一个 Magento 控制器和一个 phtml 文件。如何在我的控制器操作中重定向到该文件?我在网上搜索,但一无所获。想法?
谢谢!
如果您的意思是在访问控制器的 URL 时要显示 phtml 文件的内容,您应该遵循本教程:Baobaz 控制器教程 它包含您需要的所有内容。甚至控制器和模板之间的交互。 请记住根据您的解决方案调整路径和类名。