08-23-2009, 06:05 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Feb 2009
Posts: 73
Thanks: 30
|
Quote:
Originally Posted by Nora
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 p extends database{ //codes go here. }
|
|
|
|