PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
you are refering to CONSTANT_CONFIG before it is defined. Of course you get 'Notice: Use of undefined constant ....'
try if defined('CONSTANT_CONFIG') return; instead