Pages::countTotal()

Version 3.7

Number of pages without limit

Return value

Int

Full documentation

Show first 10 orders out of total:

$Orders = $this->get('pages','order')->addWhere('status','New')->setLimit(10);
$txt = $Orders->count().' / '.$Orders->countTotal();