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 CE 1.7
以下代码行确实有效。
$this->_redirectReferer();
希望这会对某人有所帮助。