ZF-7132: Zend_Pagintor : error with smarty integration
Description
In http://framework.zend.com/manual/en/… {quote} You could then access paginator values from a template like so: {$pages.pageCount} {quote}
should be replaced by : {$pages->pageCount}
Comments
Posted by Jurrien Stutterheim (norm2782) on 2009-07-29T07:04:24.000+0000
Resolved in r17274