CodeIgniter Forums
how to use sajax with CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: how to use sajax with CI (/showthread.php?tid=5251)



how to use sajax with CI - El Forum - 01-14-2008

[eluser]Unknown[/eluser]
OR, how to load controller in the view...

help .....THX...


how to use sajax with CI - El Forum - 01-14-2008

[eluser]Phil Sturgeon[/eluser]
Might want to describe your problem a little bit more clearly so we can help you out here. If by load you mean how do you make an AJAX call to a CI controller, you do it like you would with any other url. Otherwise im not sure what sort of loading you would do inside a view, a view is simply for output & presentation not complex logic.