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 _______________________________________________ phpGroupWare-developers mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
