phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-developers] Re: how to access phpgw via xml-rpc


From: Dave Hall
Subject: Re: [phpGroupWare-developers] Re: how to access phpgw via xml-rpc
Date: Fri, 20 Apr 2007 18:38:02 +1000

On Thu, 2007-04-19 at 16:51 -0700, David wrote:

> Now, the bad news. Given that the existing phpgw xmlrpc framework can
> only access methods defined in class constructors in the
> files /phpgwapi/inc/class.<classname>.inc.php, this means that pretty
> much none of the phpgw applications are registering any xml-rpc
> methods, ie, setting an attribute 'xmlrpc_methods' in their
> constructors.
> 

Most apps register xml rpc methods in class.bo*.inc.php, but it is app
specific what they expose.

> So FWICT, the xml-rpc mechanism is working, authentication is working,
> but the apps just aren't doing their part of the job.
> 
> So given the assurance that the phpgw db schema isn't vulnerable to
> sporadic schema changes, it's probably best that I model the db tables
> as SQLObject classes, and access them that way.
> 

That sounds like a good idea for now.

Cheers

Dave





reply via email to

[Prev in Thread] Current Thread [Next in Thread]