Hello, I am coming to PHP from a Cold Fusion background. My learning has been pretty smooth so far, save for one thing: nested includes! Specifically, the fact that a nested include uses the calling file's directory as reference. This is presenting a major obstacle to building large, folder oriented projects. Does anyone know:
1) A real solution to this, like another include function that uses a static path. I don't want to have to hard code absolute paths into my files, or use a $root/... variable workaround.
2) If no solution exists, how easy is it to appeal to the powers that be to get it into PHP?
Thanks in advance!
Josh