[Solar-talk] HTML_AJAX adapter started

Travis Swicegood development at domain51.com
Sat Oct 14 22:23:49 PDT 2006


Howdy all,

I've talked a little bit about this on the IRC channel and with Paul 
privately, but I've finally started to bring Josh Eichorn's HTML_AJAX 
into Solar.  First step was creating an interface to the basic AJAX 
server, which I've put together this evening.

https://svn.domain51.net/svn/d51Solar/trunk/Domain51/App/Js.php

For those of you not familiar with HTML_AJAX, it's basic server will 
allow you to access client libraries via ?client=library, as well as 
AJAX'd PHP classes via ?stub=library.  I've allowed for configuration of 
both of these as well as the lesser documented init objects.  I'll try 
to work up some examples of how to utilize these over the next few 
days.  In the meantime, feel free to take a look at the code, and if 
you're familiar with HTML_AJAX at all play around with it.

The code does require that HTML_AJAX is available in your include_path 
via the normal PEAR naming: HTML/AJAX.php, HTML/AJAX/Server.php.

-Travis


More information about the solar-talk mailing list