Well thanks for the suggestion, my problem is though that I have may list.class.php and details.class.php files. They are in different fodelrs, and I usually dont use two of them during one execution, but what if I would like to...
Imagine a web application, which has a voting engine, and a forum, and both have a list class in different folders. It works fine, until I try to display bot on one page. Then I have two list classes defined, which gives an error...
This is a big problem, since when different people are trying to write modules for a code, that both have list and details classes, then the list classes of the modules cannot be both parsed in one script.
When making a large web application this can really be a problem.
Any suggestion?
Thanks,
Khayll