Referencing vars, methods and classes by name

Sagari boyandin at gmail.com
Thu Feb 8 03:21:38 EST 2007


Quite forgot to add the obvious example (in PHP):

$a = 'b';
$obj =& new $a(); // instantiating class b()




More information about the Python-list mailing list