Is there a method in PHP like C++ to do a #define and #ifndef when defining a class. I have been trying to use require_once() and include_once(). I am having errors with my classes being redefined. Thanks in advance
Eric