1
如何在codeigniter中將數據從控制器1傳遞到控制器2。在codeigniter中將數據從控制器1傳遞到控制器2
我有這種情況。 控制器1使用唯一的$ id。
controller1/view/1
controller1/view/2
controller1/view/3
我需要獲取這些$ id並每次在我的controller2上傳遞它。 So in my controller 2, I need to get the $id which is 1,2,3.
我不想使用會話,因爲它不會工作,我也不想使用segment,因爲如果最後一個參數爲空,它會發生錯誤。非常感謝。
謝謝,我會試試。但任何解決方案沒有使用會話? –