Magento: 后台获取menu链接 Getting the admin panel urls

The url for customer page in the admin panel. index.php/admin/customer/edit/id/7

echo Mage::helper('adminhtml')->getUrl('adminhtml/customer/edit/index/id',array('id'=>7));

 

The url for catalog product page in the admin panel. index.php/admin/catalog_product/edit/id/166

echo Mage::helper('adminhtml')->getUrl('adminhtml/catalog_product/edit/index/id',array('id'=>166));

 

The url for sales order in the admin panel. index.php/admin/sales_order/view/order_id/8

echo Mage::helper('adminhtml')->getUrl('adminhtml/sales_order/view/order_id/',array('order_id'=>8));

 

The url for sales report page in the admin panel. index.php/admin/report_sales/sales

echo Mage::helper('adminhtml')->getUrl('adminhtml/report_sales/sales/');

 

The url for sales report page with some dummpy parameters in the admin panel. index.php/admin/report_sales/sales/id/123/date/20140818

echo Mage::helper('adminhtml')->getUrl('adminhtml/report_sales/sales/id/date',array('id'=>123,'date'=>20140818));

 

from: http://www.codexpedia.com/magento/magento-getting-the-admin-panel-urls/

参考:http://www.opencart60s.com/magento/how-to-get-admin-customer-edit-url-in-magento-63-nbsp--11803.html

 

原文/转自:Magento: 后台获取menu链接 Getting the admin panel urls

 

 

 

 

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值