Before using xajax I made an application with my own
routines, in which a lot data is cached in browser and
may be rearranged in screen without hitting the server.
With xajax it's much easier to make new features, but
to adapt my code I need to pass data structures (arrays
of hashes) from php to js.
So I created addScriptCall() method, that receives the
js function name as first parameter and will pass other
parameters to js function. It serializes data in same
xml structure that's used to call php functions from js
(the other way).
Logged In: YES
user_id=762989
This sounds like a great feature. We'll try to implement it for the next xajax
release.