X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/cbf8392d57c9be7a050a392d267c602a8850fbdd..4755255f8b34acfaeec40cadbe2a04f2dc5570fe:/test/prueba_arboldb.php diff --git a/test/prueba_arboldb.php b/test/prueba_arboldb.php index aa856a1..f57d7f5 100644 --- a/test/prueba_arboldb.php +++ b/test/prueba_arboldb.php @@ -1,6 +1,19 @@ $db, + 'tabla' => 'grupo_secciones', + 'id' => 'grupo', + 'nombre' => 'nombre', + 'id_padre' => 'grupo_padre', + 'prepend_link' => 'noticias.php?grupo='); + + $arbol = new HTML_ArbolDB($dbdata, '/MECON/images/arbol_noticias.gif'); echo $arbol->toHTML(); ?>