showcase += array($name => $proto); } function create( $protoname ) { //print_r($this->showcase); $p = $this->showcase[$protoname]; return $p->createClone(); } } ?>