require-once
Why is require_once so bad to use?
Everything I read about better PHP coding practices keeps saying don’t use require_once
because of speed.
relative path in require_once doesn’t work
I have the following structure
Everything I read about better PHP coding practices keeps saying don’t use require_once
because of speed.
I have the following structure