php require and autoload

Posted by dfilkovi on Stack Overflow See other posts from Stack Overflow or by dfilkovi
Published on 2010-03-25T15:11:51Z Indexed on 2010/03/25 22:03 UTC
Read the original article Hit count: 427

Filed under:
|
|

I use __autoload to load classes, and I keep getting errors that no class is found but file get's loaded ok. Then if I change something in a file, just something like add a new line and save it, everything works fine and class is then found. But this is a great problem cause there are thousands of files in this project and I don't want to change them one by one. I'm using php 5.3.0 on windows.

What could be the problem?

© Stack Overflow or respective owner

Related posts about php

Related posts about require