Hi everyone,
I am using the autoload function for a certain library... But I am trying to implement Doctrine and I am getting a 500 Internal Server Error.
I believe its because I am creating = new instance and in the autoload... It checks a different directory.
Is there a way to create new instances of classes that will ignore the autoload function? Or should I move all doctrine files in the directory that my autoload function checks... Ideally I would not want to do this to keep a structure of libraries within my project.