S
S
Silentium20152016-09-15 10:29:05
Yii
Silentium2015, 2016-09-15 10:29:05

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 question

Ask a Question

731 491 924 answers to any question