Welcome Guest, Not a member yet? Register   Sign In
Does is CodeIgniter support AJAX ?
#6

[eluser]obiron2[/eluser]
Don't confuse Ajax, which is a collection of standard techniques with packaged solutions like Xajax or Scriptaculous which offer enhanced management of Ajax routines. Think of it a bit like PHP and CI. You can code in PHP without CI, but CI makes it easier by taking some of the drudge out.

I code ajax calls which simply call a function in a controller via a URL and return a HTTP formatted string (like serving a whole page) which I then drop into the relevant DIV in the page.

Ajax can be made to do a whole lot more (e.g. XML transformations) but I don't need it. Ajax is simply a different way to submit a URL and get back a result, so yes, CI supports Ajax because your browser supports Javascript.

Obiron


Messages In This Thread
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 05:41 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 05:46 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 05:50 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 05:56 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 05:56 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 07:18 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 07:34 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 09:18 AM
Does is CodeIgniter support AJAX ? - by El Forum - 10-23-2007, 11:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB