On Feb 4, 2007, at 15:54, Aaron Trevena wrote: > Quick note to all, > > I plan to remove C::DBI::Pager from Maypole in 2.12, it's biten my for > the last time, and doesn't save more than 3 LoC while adding yet > another dependancy - also I would much prefer to have something > re-usable accross models. > > cheers,
Well, all it is a not terribly clever wrapper around Data::Page. It adds a bit of complexity whilst reducing database hit time by precisely nothing. Now, if we had a plugin for CDBI that understood the various versions of LIMIT or TOP and controlled the rows coming back from the DB that would be lovely but that's not Class::DBI::Pager does. Why not simply use Data::Page? nic ps most of my search code with Swish-E uses Data::Page so I may be biased here. nic ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
