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

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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to