mPageStart <= $this->mCount && ($this->mPageCurrent > 0)); } public function hasNextPage() { return ($this->mPageEnd < $this->mCount); } public function pageInfo() { $s = max(1, $this->mPageCurrent * $this->mPageLimit+1); $e = min($s+$this->mPageLimit-1, $this->mCount); $t = $this->mCount; //SalesPlatform.ru begin //return sprintf("%s - %s of %s", $s, $e, $t); return sprintf("%s - %s ".vtranslate('LBL_OF')." %s", $s, $e, $t); //SalesPlatform.ru end } } ?>