标签: php magento
如何获得自定义管理网址?问题是当我在自定义模块上更改过滤器选项时,它会重定向到默认管理员URL,因此会转到仪表板。有很多关于重定向到仪表板的信息,但由于它重定向到默认的管理URL,这有点不同。
我试过了: <?php echo $this->getUrl('*/*') ?> 和<?php echo Mage::helper('adminhtml')->getUrl('adminhtml/xcategory') ?>
<?php echo $this->getUrl('*/*') ?>
<?php echo Mage::helper('adminhtml')->getUrl('adminhtml/xcategory') ?>