예제 #1
0
 function doforums($op = 'html')
 {
     $hasChildren = $_GET['hasChildren'] ? true : false;
     $forum = new forum();
     echo $forum->json($_GET["root"], $op, $hasChildren);
 }
예제 #2
0
 function doforums($op = 'html')
 {
     include_once iPATH . 'include/forum.class.php';
     $forum = new forum();
     echo $forum->json($_GET["root"], $op);
 }