basically:
<?php
$this->widget('CLinkPager', array(
'pages' => $pages,
'maxButtonCount' => 4,
));
?>
i have 8 page, when render, it look like this:
Go to page << First 1 2 3 4 Last >>
but i want it display look like this:
Go to page << First 1 2 3 4 .. 7 8 Last >>
somebody can help me?