摘要: $this->MerchantProduct->recursive = -1; $data = $this->MerchantProduct->find('first', array( 'fields' => array( 'MerchantProduct.*', 'Merchant.*' ), 'joins' => array( array( 'table' => 'me... 阅读全文
posted @ 2013-04-11 10:53 linksgo2011 阅读(143) 评论(0) 推荐(0)