I want to load a controller function from another controller function using codeigniter. What is the suitable way to do this so when call it url should be changed also.
3
-
Check this.Deepak Biswal– Deepak Biswal2015-10-05 08:04:02 +00:00Commented Oct 5, 2015 at 8:04
-
You can not do that with standard codeigniter you need a third party add on called HMVC. bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvcuser4419336– user44193362015-10-05 08:12:42 +00:00Commented Oct 5, 2015 at 8:12
-
basically this is not how MVC functions if you want to call one controller to another then your code requires refactoringLinus– Linus2015-10-05 09:06:23 +00:00Commented Oct 5, 2015 at 9:06
Add a comment
|