I wanna to send the data from first controller to second one. currently i am using redirect but i don't want use redirect and don't want to take data with flash data is there any other way?
Asked
Active
Viewed 25 times
0
-
1You need to clarify your intention more. This way, your questoiin is too broad to take advantage thinking of what exactly need to be solved. Also questions without propper code that follows those are not likely to be interested for most users want to help. Check [here](https://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/) how to ask properly. – Tpojka Apr 18 '16 at 10:24
-
you can make core controller and extends controllers with first controller. – krutssss Apr 18 '16 at 11:34
-
Possible duplicate of [How to load a controller from another controller in codeigniter?](http://stackoverflow.com/questions/14165895/how-to-load-a-controller-from-another-controller-in-codeigniter) – MackieeE Apr 18 '16 at 17:03