Skip to content

Tag: namespaces

How to call PHP a class from parent namespace?

I have the following namespace structure with the following class files So in App.php I’ve declared in Startp.php declared in Plugin.php declared I see that I can call the Plugin.php class from the App.php like if it’s a child/grandchild namespace, but what if I want to call Process.php from Plugi…