05-15-2009, 01:05 PM
|
#7 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by baseballplayr
You said it allworknoplay. I know a good bit about php and mysql, just need to dive in it again. What are some applications that could be made me OOP, just to see what ya'll are building and the power of OOP?
Do you have any suggestions that don't require a login script? I am having trouble wrapping my head around building one of those :(
|
Go with pagination! It has nothing to do with logins.
Pull your data, from either a DB or a large array and go from there.
I'm working on a simple DB class right now. Very simple, but it needs to be simple so I can build off of it and make it more complex later....
Or you can make some kind of image gallery? That's a thought...
|
|
|
|