getRootNode(); // prefill data structure for template $d = array( 'parid' => $alib->getParent($id), 'oname' => $alib->getObjName($id), 'path' => $alib->getPath($id, 'id, name'), 'rows' => $alib->getDir($id, 'id, name, type'), 'addtypes' => $alib->getAllowedChildTypes($alib->getObjType($id)), 'dump' => $alib->dumpTree($id), 'id' => $id, 'loggedAs' => $login ); $d['msg'] = preg_replace(array("|\n|","|'|"), array("\\n","\\'"), $_SESSION['alertMsg']); unset($_SESSION['alertMsg']); #echo"
\n"; var_dump($d['path']);exit; require_once "alib_f.php"; // template follows: ?>Alib - tree editor Tree editor
Path: $it) {?> href="alibExTree.php?id=">/
Current node: | permissions | |
Parent: .. / | ||
() | delete permissions | |
none |
Subtree dump:; print_r($d); echo"";?>