04-09-2009, 02:22 AM
|
#12 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by WebSavvy
I never had a need to do it like that, but I imagine it wouldn't be too hard.
You could probably insert something like this inside the pagination section:
Code:
if($newp <= 3){
// pagination code here
}
perhaps?
|
Yup, I'll figure it out, and when I do, I'll post how I did it.
How well do you know OO? I was thinking maybe turning this into a function or class....it would be a good project for me since I'm very new to OO...
|
|
|
|