From: Kevin <ke...@dr...> - 2007-03-06 04:31:10
|
Evan Roth wrote: > ... > > what's the status on ajax libs? i see we have prototype in the tree, > but are we using it yet? i may throw yahoo in there for my purposes, > since i know it very very well, and don't want to waste energy > learning something new. although, prototype could be attractive if > it's simple to do the async calls, since it's probably much lighter > weight than the yahoo libs, especially when we don't need the ui > extras yet. > There is also api.php which provides a proxy for xml-rpc and json-rpc. I currently only have test methods implemented, but it's pretty easy to add more. The nice part about the json-rpc part is the javascript client stub functions/methods are auto-generated. Just define a php function on the server, and then use the function in javascript code. -Kevin |