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