There is a CodeBase directory at the same level as the index.php entry file. I set it as follows in the configuration file:
PHP code
'AUTOLOAD_NAMESPACE' => array(
'Codebase' => './CodeBase',
)
Setting 'Codebase' => __ROOT__.'/CodeBase' also doesn't work
How should I write this path? I can’t find the response constant, and ./ doesn’t work either. Thank you