I read this pages:
And not work for me, I want a var for config, only read/set/print
I try to declare a single var in files: config.php and constant.php
$someVAR= 'somevalueUrlForHeader';
and try to print in view (header.php):
echo $someVAR;
and get this error
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: someVAR
Filename: template/header.php
Line Number: 15