doutao1939 2016-02-02 14:13
浏览 62
已采纳

laravel 4.2复杂查询的paginate

I have a complex query (union between two queries each of them is a join between 3 tables)using paginate(), so what happen here is pagination does not run for first time entering the page . but when i use where and use pagination of the returned result from query with where it works perfectly. now that query causes the server to hang any idea why the pagination (limit) do not work first time? thanks

  • 写回答

1条回答 默认 最新

  • douliao8402 2016-02-04 08:22
    关注

    this is solved with me using simplePaginate() instead of paginate() which as the documentation says "This is very useful for large datasets "

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?