I have the following method that creates and returns markup for my pagination links in PHP.
public function getPaginationLinks($options) { if($options[\'
You may also look at Zend_Paginator, which handles lots of these types of things for you.