CodeIgniter Forums
how to do calling controller function from view - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to do calling controller function from view (/showthread.php?tid=22265)



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?