I did have a look in the manual, but I got lost half way through!

I always think it's a good idea to describe the problem well :)

Thanks,
Paul

"Andreas Landmark" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Sun, Nov 11, 2001 at 06:09:40PM -0000, PaulC wrote:
> > I'm hoping somebody has the answer to this!
> >
> > I have 3 pages, one a normal PHP page, and 2 which are classes.
> >
> > One class, is a MySQL class I have written to connect/update users, etc
> > And the other is the manage users on the system.
> >
> > Is there a way I can get the "users" class to talk to the "mysql" class?
> >
>
> Inheritance, let the users class inherit the functions of the mysql
> class, that's the nicest and probably the best way to do it.
>
> Read up on OO in the manual to find out how to do inheritance in PHP.
>
> <removed a pretty good description of the problem>
>
> --
> Andreas D Landmark / noXtension
> Every solution breeds new problems.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to