<?php $daurl = Mage::getUrl('showdown/index/vote',array('c', 'd')) ?>
产生这个结果
http://desbest.uk.to/clients/magentofull/index.php/showdown/index/vote/0/c/1/d _
但我不希望它成为vote/0/c/1/d
相反,我想要vote/c/d
请帮忙!
<?php $daurl = Mage::getUrl('showdown/index/vote',array('c', 'd')) ?>
产生这个结果
http://desbest.uk.to/clients/magentofull/index.php/showdown/index/vote/0/c/1/d _
但我不希望它成为vote/0/c/1/d
相反,我想要vote/c/d
请帮忙!