Welcome Guest, Not a member yet? Register   Sign In
The Config namespace is pointless and merciless.
#2

(03-09-2023, 07:54 PM)iRedds Wrote: The Autoload config makes it possible to define namespaces. In particular, the Config namespace is already defined and can in fact be changed.
At least that's how it was intended, I suppose.
PHP Code:
    public $psr4 = [
        APP_NAMESPACE => APPPATH// For custom app namespace
        'Config'      => APPPATH 'Config',
    ]; 

No, we cannot change the namespace Config.
We can change the App namespace only.
Reply


Messages In This Thread
RE: The Config namespace is pointless and merciless. - by kenjis - 03-10-2023, 03:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB