Xajax intergration |
[eluser]Mat-Moo[/eluser]
I've been following the steps for xajax intergration and copied the test class etc, but all I keep getting is "Fatal error: Class 'xajaxUserFunction' not found in public_html/system/application/libraries/xajax.php on line 1258". I've tried many thing but just keep ending up with that, what am I missing?
[eluser]Adam Balachowski[/eluser]
My Xajax for Codeigniter: (xajax 0.5 rc2) folder = /xajaxci xajax_core - copy in folder/system/application/libraries My library class: folder/system/application/libraries/MY_xajax.php Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); Copy /xajax_js in folder/ controller: Code: // Load Xajax Now we have Xajax object in Codeigniter: Code: $this->xajax->processRequest();
[eluser]Mat-Moo[/eluser]
You superstar! That worked for my unlike the one in the wiki!
[eluser]CARP[/eluser]
Hi guys I've followed Adam's micro-tutorial, and all went ok. I'm using latest CI, xajax version. I verified xajax is loading ok, then the javascript shows in the view, and all goes right, until I click an example button in the view, and nothing happens. However, I've got this (when doubleposted data using firebug feature) error? message.. Code: <?xml version="1.0" encoding="utf-8" ?><xjx><cmd cmd="dbg">SInvalid function request received; no request processor found with this name.</cmd></xjx> Searching google, found this http://community.xajaxproject.org/viewto...401#p20401 Then changed the order of the function calls (registerfunction before processrequest) and all went AWESOME ![]()
[eluser]Thiago Luiz[/eluser]
Hi, can someone tell me how i can use xajax and where i find it?
[eluser]Thiago Luiz[/eluser]
I want to do is recover some information from the database before submitting a form, the user enters an id in a field and lose focus, then ajax or xajax get the information from the database to the form. Somebody help me how to do this in Code Ignite? |
Welcome Guest, Not a member yet? Register Sign In |