Hi guys,
I'm just getting started with OO and everything is going well. I have a question though.
I'm starting to use 2 classes. One db abstraction layer that I'm build as I work.
And a second class that contains alot of the custom methods for the site I'm building.
I have a method in the db abstraction layer that I wish to use inside a method of the second class. How do i reference it. I'm using php 4.
Thanks for any help,
Jim.