![]() |
how to do calling controller function from view - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: how to do calling controller function from view (/thread-22265.html) |
how to do calling controller function from view - El Forum - 09-03-2009 [eluser]Unknown[/eluser] I must to calling controller function from view thank you how to do calling controller function from view - El Forum - 09-03-2009 [eluser]Phil Sturgeon[/eluser] Why are you trying to call a controller from a view? If you need to do this, you are doing it wrong. Try AJAX? |