View Single Post
Old 08-23-2009, 06:05 PM   #2 (permalink)
hello-world
The Contributor
 
hello-world's Avatar
 
Join Date: Feb 2009
Posts: 73
Thanks: 30
hello-world is on a distinguished road
Default

Quote:
Originally Posted by Nora View Post
I'm just getting started with OOP and I'm .....
I'd really appreciate it if someone could point me in the right direction.
you can use extends;
PHP Code:
class extends database{
//codes go here.

hello-world is offline  
Reply With Quote