On Wed, Sep 17, 2008 at 5:50 AM, Klaus-F. Kaal <[EMAIL PROTECTED]>wrote:

>  I know that it is allway a drain to write good documentation and user
> handbook. But at the same time it is really difficult for a new user to cope
> with the amount of new information.
>
> So, it might well be that I ask a silly question:
>
> Is there a handy description or example of a PHP based RPC server?
> I just need to get information from my database to stuff my front end tree
> and table.
>

Hi Klaus,

Both the PHP RPC server and an RPC example application are available in
qooxdoo-contrib.  The PHP RPC server is really quite simple.  You'll find it
in In the qooxdoo-contrib RpcPhp directory.  Within, you'll find a file
called README.CONFIGURE which tells you how to install.

You'll then want to use the qooxdoo-contrib application in RpcExample which
tests all of the RPC primitives and provides a complete example of how to
use the JSON-RPC services.

For writing your own services, just look at the documentation in
RpcPhp/trunk/services/index.php (the actual server implementation) and at
the services used by the example application, which you'll find in
RpcPhp/trunk/services/qooxdoo/test.php

Cheers,

Derrell
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to