Posted by Jon Slaughter on 05/29/07 19:54
I have created a few classes which depend on other classes but I'm unsure
how to go about including the classes so they are visible to each other.
Can I just require_once at some point before use and make sure the order is
correct? or can I insert the require_once in the class itself(which then I'm
worried about forcing the location)? How does one normally go about this?
Thanks,
Jon
Navigation:
[Reply to this message]
|