摘要:
$this->paginate = array( 'limit' => $limit, 'order' => array('MerchantProductOrder.id' => 'desc'), 'fields' => array( 'MerchantProductOrder.*', 'MerchantProduct.*', 'Merchant.*' ), 'joins' => ... 阅读全文
posted @ 2013-04-10 09:46
linksgo2011
阅读(124)
评论(0)
推荐(0)
摘要:
public function product($media_ad_id = 0, $product_id = 0) { $this->MediaAd->id = $media_ad_id; $media_ad = $this->MediaAd->read(); if (!$media_ad) { $this->redirect(array( 'action' => 'nofound' )); } //这段代码用于验证用户操作 ... 阅读全文
posted @ 2013-04-10 09:39
linksgo2011
阅读(125)
评论(0)
推荐(0)