問題描述 使用Eloquent ORM 分頁報錯 程序代碼 <?php namespace app\model; use support\Model; class Order extends Model { /** * The table associated with the model. */ protected $table = 'order'; prot...