View Single Post
Old 05-16-2009, 12:14 AM   #2 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by baseballplayr View Post
Based on feedback for simple projects to learn OOP, I think I will try a blog app. I figure this is a way for me and anyone else who wants to pitch in, to learn OOP php better. For starters, what all do I need for this blog?
Database class
Post class
Login class (maybe a session class to go along with it?)
Validation class
Exception class

Most of this was taken from another post in this section from allworknoplay. Which class should I write first? The database class? Will give it a try this weekend :)
Thanks for all the help in advance!

Sounds good, I will try to join in if I can...

the post class can use methods from the validation class, as well as the login class....

Also, let's go with lazy loading ( autoload ), I think that's the correct terminology...
allworknoplay is offline  
Reply With Quote