Вход Регистрация
Файл: protected/components/extended/web/widgets/MyCPagination.php
Строк: 18
<?

class MyCPagination extends CPagination
{
    public function 
init()
    {
        
parent::init();
    }
    public function 
createPageUrl($controller,$page)
    {
        
$params=$this->params===null $_GET $this->params;
        if(
$page>0// page 0 is the default
            
$params[$this->pageVar]=$page+1;
        else
            unset(
$params[$this->pageVar]);
        return 
$controller->createUrl($this->route,$params);
    }
}
Онлайн: 0
Реклама