Pagination without using connection object
Posted: Wed Dec 09, 2009 10:24 pm
Hello there,
I would like to know whether there is any trick to paginate with out using mysql operations. Most of the pagination script available on the net is using connection object.
I would like to paginate without using that. Because I am calling a function which returns an array of objects which will contain the field values of the database.
Hoping for reply.
Regards, Ajeesh.
I would like to know whether there is any trick to paginate with out using mysql operations. Most of the pagination script available on the net is using connection object.
I would like to paginate without using that. Because I am calling a function which returns an array of objects which will contain the field values of the database.
Hoping for reply.
Regards, Ajeesh.