Pages::countTotal()
Version 3.7
Number of pages without limit
Version 3.7
Number of pages without limit
Int
Show first 10 orders out of total:
$Orders = $this->get('pages','order')->addWhere('status','New')->setLimit(10);
$txt = $Orders->count().' / '.$Orders->countTotal();