[PHP] Re: How to access one class from another

2004-09-10 Thread Torsten Roehr
"Brent Baisley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is the best way to access one class from another? What I have is a > couple of "core" classes that are loaded into instances at the start of > each page. I then load instances of page specific classes. How would I >

[PHP] Re: How to access one class from another

2004-09-10 Thread Matthew Weier O'Phinney
* Brent Baisley <[EMAIL PROTECTED]>: > What is the best way to access one class from another? What I have is a > couple of "core" classes that are loaded into instances at the start of > each page. I then load instances of page specific classes. How would I > access the already loaded instances