i use symfony with doctrine ORM and here how i insert bulk of raw sql queries to database :
$q = Doctrine_Manager::getInstance()->getCurrentConnection();
$result = $q->execute($query);
October 28, 2010 by islam khalil
i use symfony with doctrine ORM and here how i insert bulk of raw sql queries to database :
$q = Doctrine_Manager::getInstance()->getCurrentConnection();
$result = $q->execute($query);
[...] Comments « symfony insert raw sql using doctrine [...]