Answer the question
In order to leave comments, you need to log in
How to switch the number of elements per page?
Required - Output of goods by: 10 20 30
How can such functionality be implemented in yii?
Element output
<? foreach($products as $product) : ?>
<? $this->renderPartial('_item', array(
'product' => $product,
'section' => $section,
'price' => $price,
)); ?>
<? endforeach;?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question