0
我有,當我按下一個子類,它加載其所有產品在類別,然後使用該索引作爲一個產品列表:CodeIgniter的分頁與指數函數
http://localhost/ClickBasket/listproductscontroller/index?subcategory=4
,因爲它可能含有很多產品,我使用CI的分頁庫。它工作得很好,當我去到第二或第三頁:
http://localhost/ClickBasket/listproductscontroller/index/1?subcategory=4
http://localhost/ClickBasket/listproductscontroller/index/2?subcategory=4
但是,當我返回到第一頁,它會失去子類的ID:
http://localhost/ClickBasket/listproductscontroller/index
因此,的數據子頁面中的子類別及其產品無法找到。你如何解決這個問題?我仍然在學習CodeIgniter的分頁庫。
請您分享您的控制器邏輯是什麼?你可以在控制器中處理它 – shafiq