namespace path
Posted: Sun Jan 19, 2025 7:15 pm
I wonder how autoloader resolves path with namespace of mod controller.
For exmaple
namespace Opencart\Catalog\Controller\Extension\MyMod
is written in controller which lays in
/extension/mymod/catalog/controller/mymod.php
I searched in registered paths in autoloader instance but it seems there is nothing there
How it works ?
For exmaple
namespace Opencart\Catalog\Controller\Extension\MyMod
is written in controller which lays in
/extension/mymod/catalog/controller/mymod.php
I searched in registered paths in autoloader instance but it seems there is nothing there
How it works ?