Hi all,
Anyone know if there is a way in PHP to create C like preprocessor directives in PHP eg: #define VALUE 2
I don't want to use constants as I have no need to evaluate them each time and so is a waste as they're purely there for code readability.
Cheers,
asp