阅读背景:

在Symfony2中使用Doctrine DQL时检索的记录数量限制

来源:互联网 

I have the following query:

我有以下查询:

   $latestcontent = $em->createQuery('
            SELECT c.title, c.content, c.lastedit, a.firstname, a.surname
            FROM ShoutMainBundle:Content c, ShoutMainBundle:Admin a
            WHERE c.author = a.id
            ORDER BY c.lastedit ASC'
            );
   $lat



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: