how to pass a variable from one controller to the other in Code igniter

后端 未结 6 920
攒了一身酷
攒了一身酷 2021-02-05 21:25

I have just started learning Code Igniter .

I want to know how can I pass a variable from one controller(first_cont.php) to other controller (second_cont.php) ?

6条回答
  •  梦毁少年i
    2021-02-05 22:08

    I think in codeigniter you can't pass variable, between two different controller. One obvious mechanism is to use session data.

提交回复
热议问题