Skip to Content Skip to Menu

API for developers (access to uddeIM database)

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
14 years 11 months ago #115221 by slabbi
Hi,

I am currently coding a wrapper component to uddeIM functions, so developer can access uddeIM database quite easy and e.g. send messages to certain users.

The current version is available on SVN
/trunk/com_uddeim/uddeim.api.php
and should be stored in
/components/com_uddeim/


The usage is quite easy, e.g.

[code:1]
require_once($joomlahome."/components/com_uddeim/uddeim.api.php");
$uddeim = new uddeIMAPI();

if (!$uddeim->isInboxLimitReached($toid))
$uddeim->sendNewMessage($fromid, $toid, $message, 1, 0);
[/code:1]

A description of all functions can be found in the current FAQ, also available on SVN (/trunk/README/FAQ.pdf).

Unfortunately I have not enough time to test it extensively. Maybe someone likes to do this for its own component.

Requests for further functions are welcome.

Post edited by: slabbi, at: 2009/10/26 22:34

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum