
Augustin BOTEANU - 2006-05-06 18:02:21 -
In reply to message 1 from Paul Lautman
Hi
I'm glad you like the class. It's my first one submitted, and the first that i actually use a lot in my projects.
Thanks for letting me know about that tehnique. I will study the MySQL manual and make the modifications.
I also changed another few thinks like implementing in the functions that require the current page number as parameter the possibility to work well if the page number variable was not set (like you are in first page and you don't have a $_GET['current_page']). In this case the functions assume the page number is 1 (first page).
Please let me know if you found the commenting, documentation/explanations and the example sufficient to understand how to use it and how it works.
I really appreciate your feedback. Thanks.
Augustin