Welcome Guest, Not a member yet? Register   Sign In
Autoload class in codeigniter
#4

What do you want to do?
How do you install the class to be loaded?

You can save the namespace and the path somewhere,
and call addNamespace() before calling the class, the class will be autoloaded.


PHP Code:
        Services::autoloader()->addNamespace(
            'Acme\Blog',
            __DIR__ '/../../acme/blog/src'
        ); 
Reply


Messages In This Thread
Autoload class in codeigniter - by Chivinsdev - 10-14-2023, 12:32 AM
RE: Autoload class in codeigniter - by kenjis - 10-14-2023, 01:17 AM
RE: Autoload class in codeigniter - by Chivinsdev - 10-14-2023, 05:25 AM
RE: Autoload class in codeigniter - by kenjis - 10-14-2023, 02:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB