Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得实体的 dql 别名,当使用标量水合时,学说添加到实体字段名称?
<?php $query = Doctrine_Query::create() // build your query and then call $query->getTableAliasMap(); ?>