Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

A pagination class

posted by earth 8 years ago

Is there any quick way of creating a pagination feature using data from the database? If not I'd like to suggest a class for this, which automatically counts the database results and retrieves the result sets automatically based on the given function arguments.

posted by jmtucu 8 years ago

Just what I needed. Thanks.

posted by earth 8 years ago

There is an fPagination class over at https://github.com/wbond/flourish-alpha/tree/master/fPagination, I just haven't had enough time to fully test it, so I haven't included it in Flourish yet.

posted by wbond 8 years ago

Thanks but the recordset class should be sufficient

posted by earth 8 years ago