Re: [qooxdoo-devel] PHP Backend - JSONRPC Server rewritten OO-style

2009-02-25 Thread panyasan
Hi Derrell, I am glad you find the rewrite useful. I'd be happy if you could test it with your code and it would be great if you could have a look into PHP5-error handling. Thanks, Christian Derrell Lipman wrote: > > On Wed, Feb 25, 2009 at 8:45 AM, panyasan wrote: > >> >> Once this packa

Re: [qooxdoo-devel] PHP Backend - JSONRPC Server rewritten OO-style

2009-02-25 Thread Derrell Lipman
On Wed, Feb 25, 2009 at 8:45 AM, panyasan wrote: > > Once this package has proven stable, we could add it to qooxdoo-contrib as > a > separate project, or include it into Derrell's project. Christian, I've been watching your commits. Once it's stable, I'd like to replace the current all-in-line

[qooxdoo-devel] PHP Backend - JSONRPC Server rewritten OO-style

2009-02-25 Thread panyasan
Hi everybody, as announced earlier, I have finally found the time to rewrite Derrells excellent PHP JSONRPC server script into a class-based, OO-style server. While Derrells code was very useful and stable, it was quite difficult to adapt since it was basically a long script and each change broke