Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/xajax/examples/thewall/thewall.common.php

12 lines
360 B

<?php
// thewall.php, thewall.common.php, thewall.server.php
// demonstrate a demonstrates a xajax implementation of a graffiti wall
// using xajax version 0.2
// http://xajaxproject.org
require_once ("../../xajax.inc.php");
$xajax = new xajax("thewall.server.php");
$xajax->registerFunction("scribble");
$xajax->registerFunction("updateWall");
?>