Magento getviewurl()的工作功能如何?以及它如何获取 $order->getId()?
public function getViewUrl($order)
{
return $this->getUrl('*/*/view', array('order_id' => $order->getId()));
}
我只想知道它是如何从哪个表中获取 getId() 的?
Magento getviewurl()的工作功能如何?以及它如何获取 $order->getId()?
public function getViewUrl($order)
{
return $this->getUrl('*/*/view', array('order_id' => $order->getId()));
}
我只想知道它是如何从哪个表中获取 getId() 的?