XMLRPC example for Code Igniter

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().

(more…)

Task Module – italian translation

This is the italian translation for the custom module Task for MyClientBase

$lang['add_task'] = 'Aggiungi Incarico';
$lang['complete_date'] = 'Data Completamento';
$lang['create_mti'] = 'Crea Fattura Multi-Incarico';
$lang['dashboard_show_open_tasks'] = 'Mostra Incarichi Aperti su Pannello';
$lang['open_tasks'] = 'Incarichi Aperti';
$lang['submit_and_create_invoice'] = 'Salva e Crea Fattura';
$lang['task_form'] = 'Modulo Incarico';
$lang['tasks'] = 'Incarichi';
$lang['view_tasks'] = 'Mostra Incarichi';

Export Module – italian translation

that’s the italian  translation for the Export Module for MyClientBase 0.9.5

$lang['export'] = 'Esporta';
$lang['linked_objects'] = 'Oggetti Collegati';
$lang['select_object'] = 'Seleziona cosa esportare';
$lang['select_format'] = 'Seleziona un formato';
$lang['single_tables'] = 'Tabelle Singole';