Alright, do you know a solution to loading all the files in Application/Core that ends with .class.php and loading every file from Application/Controllers and Application/Models?
This is what I was using before but I do not know how I could automate the process without using __autoload()...