如何设置控制器操作的页面?

时间:2017-01-12 07:21:43

标签: php laravel-5

现在我想通过控制器设置currentpage,然后我可以使用它来定位页面数据。我不知道如何传递这个参数:

if ($request->id != null) {
    $total=Comment::where('source_id',$request->source_id)->where('id','<',$request->id)->count();

    $place=$commentCount - $total;

    $currentPage=ceil($place/$count);

0 个答案:

没有答案