Define your constant in your top .php file, that will be included in all the other scripts. It may be your front controller, your config file, or a file created for this single purpose.
!defined('MY_CONST') && define('MY_CONST', 'hello');
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…