Pagination for a table contents in yii
问题 I'm using Yii application. In that how to give pagination to a table contents (not using cgridview). In view, <table data-provides="rowlink" data-page-size="20" data-filter="#mailbox_search" class="table toggle-square default footable-loaded footable line-content" id="mailbox_table"> <thead> <tr> <th></th> <th data-hide="phone,tablet">From</th> <th>Subject</th> <th data-hide="phone" class="footable-last-column">Date</th> </tr> </thead> <tbody> <?php foreach ($model as $item) { if ($item-