I\'m trying to make some kind of function that loads and instantiates a class from a given variable. Something like this:
Why not use __autoload() function?
http://www.php.net/autoload
then you just instantiate object when needed.