Autoloaders in PHP - two running at a time
问题 I understand how to register autoloaders and even how to create one, that's no issue at all. How ever the main issue is - how do you have two auto loaders running side by side for something like: class project_one_folder_class extends project_two_folder_class{} You'll notice that the child class belongs to a project which is reaching out and calling the parent class which is locate in a different project. The way the projects are linked project two's classes are always seen by the auto loader