You are great person and life safer, Marco! I profoundly apologize if 
sometimes I was rude! shame on me.
 
As you see here:
$driver = new StaticPHPDriver('/path/to/entities');
$em->getConfiguration()->setMetadataDriverImpl($driver);
EntityManager should already be set prior to this because of $em. 
 
So how can I set PHP as metadrive as second param, instead of this 
annotation one?
$config = Setup::createAnnotationMetadataConfiguration($paths, $isDevMode);
$em = Doctrine\ORM\EntityManager::create($dbParams, $config, $evm);
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to