Posted by Matthew Weier O'Phinney on 07/25/05 15:45
* Raz <raz.net@gmail.com>:
> Also consider using a combination of Smarty templates and PEAR's
> DB::Pager which is excellent - have used this successfully on many
> occasions.
Don't use DB_Pager, use Pager. DB_Pager is unmaintained, and doesn't
have nearly the functionality of Pager.
Pager has several example 'wrapper' scripts bundled with it, and with
those you should be able to piece together something to use with Smarty
(I use PEAR::DB + PEAR::Pager + Smarty regularly, and the combo is very
simple and easy to use.)
--
Matthew Weier O'Phinney
Zend Certified Engineer
http://weierophinney.net/matthew/
[Back to original message]
|