View Single Post
Old 12-24-2008, 04:17 AM   #8 (permalink)
CoryMathews
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Inheritance is what finally made it all click for me. Write a base class such as a user class then a class such as admin and a class for a regular user (just an example) then make those two classes inherit functions from the main user class. Once this concept finally clicked it all just became easy.
CoryMathews is offline  
Reply With Quote