2014-06-26 38 views

回答

1
$collection=Mage::getModel('turnkeye_testimonial/testimonial')->getCollection(); 
$collection->getSelect()->order('rand()'); 
$collection->setPage(1, $numProducts); 
foreach($collection as $testimonial) 
{ 
    /My Div 
} 
+0

不工作https://www.notableaccessories.com/index.php/ check $ collection-> getSelect() - > limit(1) - > order('rand()'); –

+0

我現在編輯檢查 –

+0

不工作$ collection-> getSelect() - > order('rand()'); $ collection-> setPage(1,1);我嘗試了價值或$ numProducts以及 –