9
'[Syntax Error] line 0, col 71: Error: Expected end of string, got 'LIMIT''
這裏是我的代碼:Doctrine LIMIT語法錯誤?
public function getLatestChapters()
{
return $this->_em->createQuery('SELECT c, m FROM models\Chapter c JOIN c.Manga m ORDER BY c.CreateDate LIMIT 10')->getResult();
}
什麼能posibly問題的呢?如何在教義中使用LIMIT?
我使用學說2