Actually, I think I might have found a solution, although its not a very
good one.
include realpath(dirname(__FILE__) . "/" . "../include/global.php");
Ethilien wrote:
I've been attempting to write an application with a bit more ordered
directory structure than I normally use, and I ran into t
Ethilien wrote:
Actually, I think I might have found a solution, although its not a very
good one.
include realpath(dirname(__FILE__) . "/" . "../include/global.php");
alot of people do something _like_:
define('GLOBAL_BASE_DIR', dirname(__FILE__));
somewhere near the beginning of their sta
Ethilien wrote:
Actually, I think I might have found a solution, although its not a very
good one.
include realpath(dirname(__FILE__) . "/" . "../include/global.php");
Ethilien wrote:
I've been attempting to write an application with a bit more ordered
directory structure than I normally use
3 matches
Mail list logo