XMLRPC example for Code Igniter
August 25, 2011 in php
As an exercise, I made an example of a full implementation of a XML-RPC server with Code Igniter 2.
I made a fork of the current CI2 source code on bitbucket and then I wrote two controllers: xmlrpc_server.php and xmlrpc_client.php. In the former might be considered interesting the method __getMyMethods().