1
我想在分頁過濾器數據後分頁。所以我使用這個腳本:在查詢字符串中使用LIKE laravel分頁
$ companies = DB :: table('user') - > where('name','LIKE',$ term) - > paginate($ per_page);
但它不工作並返回錯誤波紋管:
Unhandled Exception
Message:
Undefined offset: 0
Location:
/var/www/myapps/laravel/view.php(354) : eval()'d code on line 13
可以ü能幫我解決這個問題呢? 謝謝
您的錯誤已經說它在視圖中。只要注意它所說的錯誤信息即可。這是爲了一個目的。 – itachi 2013-02-22 06:12:14