Is it possible to redefine a class (in php5) or at least undefine a class then redefine it at a later time ?
Something like "unset" but with classes.
I need this to include a lot of single-class php files which class name doesn't matter at all. It would be easier if all the classes share the same name.
Thanks.





Bookmarks