Awesome Pagination with ZF, Paginator, AjaxContext and the HTML5 History API
One of my favourite components in Zend Framework is the AjaxContext action helper. This little beauty allows you to intercept AJAX requests and deliver a different view based on request parameters, all without touching a single line of action code. One scenario where this has always appealed to me is in paginating data. Why reload [...]

