Hello, I use require_once() in all my code that includes a separate
class declared inside there.
However, there are times in certain cases where I will still get a
class redeclaration error. The php error log says I'm FATAL ERROR,
can't redeclare class or something to that extent. ph34r.gif
Are there any other cases where this error might occur even while using
require_once()?
Thanks
class declared inside there.
However, there are times in certain cases where I will still get a
class redeclaration error. The php error log says I'm FATAL ERROR,
can't redeclare class or something to that extent. ph34r.gif
Are there any other cases where this error might occur even while using
require_once()?
Thanks
Comment