Reply to Problem with spl_autoload_register

Problem with spl_autoload_register new!
by kesm0, 11 years, 2 months ago
Hello !

I'm using an autoload class to automaticly use the good class. it looks like :
function autoload($class) {
  str_replace('\\', '/', $class) . '.class.php';
}
spl_autoload_register('autoload');

And when i use it the class upload didn't work, did you have any ideas or hint to solve it ?Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important