<?php include_once("f.inc.php"); $f=new factory; $t1=&$f->create('T1'); echo $t1->getName(); echo $config; ?>