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/admin/skills.json.php

6 lines
160 B

<?php
require '../inc/global.inc.php';
$skills = new Skill();
//$all = $skills->get_all(false,false,null,0);
$all = $skills->get_skills_tree_json();
echo $all;