最佳答案
我在 Doctrine 存储库上使用 findBy()
方法:
$entities = $repository->findBy(array('type'=> 'C12'));
我如何订购结果?