Question

Est-il possible d'obtenir alias dql pour l'entité qui ajoute à la doctrine des noms de champs d'entité lorsque des utilisations hydratation scalaire?

Était-ce utile?

La solution

<?php
$query = Doctrine_Query::create()
// build your query and then call
$query->getTableAliasMap();
?>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top