Necessary - Products withdrawal by: 10 20 30
How can I implement this functionality on yii?
Output elements
<? foreach($products as $product) : ?> <? $this->renderPartial('_item', array( 'product' => $product, 'section' => $section, 'price' => $price, )); ?> <? endforeach;?>