¡@

Home 

php Programming Glossary: endpage

logic behind pagination like google

http://stackoverflow.com/questions/11272108/logic-behind-pagination-like-google

is what I do for my Pagination. startPage currentPage 4 endPage currentPage 4 if startPage 0 endPage startPage 1 startPage 1.. currentPage 4 endPage currentPage 4 if startPage 0 endPage startPage 1 startPage 1 if endPage totalPage endPage totalPage.. 4 if startPage 0 endPage startPage 1 startPage 1 if endPage totalPage endPage totalPage if startPage 1 echo First ... for..