Is there a manner in which to catch requests to a class which does not exist.
I'm looking for something exactly like __call() and __static(), but for classes as opposed to methods in a class.
I am not talking about autoloading. I need to be able to interrupt the request and reroute it.
Ideas?