Php – What is the difference between calling a class directly and dynamically in the same namespace?
When I call a class name in the parameters, I got error 'Uncaught Error: Class "AdminController" not found'; But when call it directly, everything is OK! My classes in the same folder and in the same namespace "namespace Base;" Array…