1
我無法在任何表中執行任何「選擇」查詢。 DB::table
,->where(condition)
,::find($something)
......什麼都行不通......我可以在表格中插入數據,但我無法檢索任何東西。無法從laravel中的表中檢索數據
我不斷收到此錯誤:
Call to a member function where() on a non-object
有沒有人遇到過這個問題嗎?
什麼建議嗎?
顯示實際的代碼,但錯誤很明顯,你正在執行'$ foo-> where',而'$ foo'不是一個對象... –