PHP樹的代碼,可以嵌套任意層<?
file://建立樹的主要函數(shù),傳遞的參數(shù)為根節(jié)點(diǎn)的編號(hào)和根節(jié)點(diǎn)的標(biāo)題
function create_tree($rootid,$roottilte){
print_parent_from_rootsortid($roo " /> 三级中文字幕在线观看,一区二区三区高清,不卡视频一区

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

PHP樹的代碼,可以嵌套任意層


php樹的代碼,可以嵌套任意層<?
file://建立樹的主要函數(shù),傳遞的參數(shù)為根節(jié)點(diǎn)的編號(hào)和根節(jié)點(diǎn)的標(biāo)題
function create_tree($rootid,$roottilte){
  print_parent_from_rootsortid($rootid,$roottilte);
}
file://打印根節(jié)點(diǎn)div頭的函數(shù)
function print_parent_from_rootsortid($rootid,$roottilte){
  $parent_fullname="R".$rootid."Parent";                      file://div 父級(jí)區(qū)別標(biāo)志
  $parent_id="R".$rootid;
  $parent_pic="R".$rootid."img";
  echo "
      <DIV class=parent id=$parent_fullname><A
      href=/"http://www.csdn.NET/expert/menu.shtm#/"
      onclick=/"expandIt('$parent_id'); return false/"><IMG border=0 height=13 id=$parent_pic
      src=/"image/folderclosed000.gif/" width=19>$roottilte</A></DIV>";

  global $cursor_tree;
  $Bottom_Flag=0;
  $len=strlen($rootid)+2;      file://子級(jí)編碼為父級(jí)編碼長(zhǎng)度加2
  $query = "SELECT ResourceSortNo,ResourceSortName,SectionBottomFlag
            From TbSort
            Where length(ResourceSortNo)=$len and ResourceSortNo like '$rootid%'";            file://sql查詢語(yǔ)句
  ora_parse($cursor_tree, $query) or die;
  ora_exec($cursor_tree);

  $child_fullname="R".$rootid."Child";                     file://div 子級(jí)區(qū)別標(biāo)志
  echo "<DIV class=child id=$child_fullname>";             file://打印一個(gè)div子級(jí)頭
  while(ora_fetch($cursor_tree)){
    $Sort_No  = trim(ora_getcolumn($cursor_tree,0));
    $Sort_Title = trim(ora_getcolumn($cursor_tree,1));
    $Bottom_Flag  = trim(ora_getcolumn($cursor_tree,2));
    print_child_from_rootsortid($Sort_Title,$Sort_No, $Bottom_Flag);           file://循環(huán)調(diào)用打印子級(jí)編碼函數(shù)
  }
  echo "</DIV>";

}
file://判斷是否是末級(jí)標(biāo)志,并且打印子級(jí)編碼的函數(shù)
function print_child_from_rootsortid($Section_Title,$Section_No,$Bottom_Flag){
  global $num;
  $len=2*$num+2;
  for($j=0;$j<$len;$j++){
    echo " ";
  }                                                                   file://輸出節(jié)點(diǎn)之間間距空格的循環(huán)

  if($Bottom_Flag==1){
    echo "
    <IMG border=0 height=13 src=/"image/folderclosed000.gif/" width=19>
    <A href=/"http://www.csdn.NET/expert/exchange.ASP/" target=forum>$Section_Title</A><BR>";
  }else{
    $p_id="R".$Section_No;
    $p_pic="R".$Section_No."img";
    echo "
    <IMG border=0 height=13 id=$p_pic src=/"image/folderclosed000.gif/" width=19>
    <A href=/"http://www.csdn.NET/expert/exchange.ASP/" onclick=/"expandIt('$p_id'); return false/">$Section_Title</A><BR>";
    $child_fullname="R".$Section_No."Child";
    echo "<DIV class=child id=$child_fullname>";                     file://打印div子標(biāo)志頭
    find_allchild_from_rootsortid($Section_No);                      file://查找子級(jí)別內(nèi)容-----嵌套遞歸函數(shù)甲
    echo "</DIV>";                                                   file://打印div子標(biāo)尾部

  }

}
file://查詢所有子級(jí)編碼的函數(shù)
function find_allchild_from_rootsortid($Section_No){
  global $handle,$num;
  $num++;
  $cursor_ary[$num] = ora_open($handle);
  $len=strlen($Section_No)+2;      file://μ?μ?×ó??±e±ào?3¤?è
  $query = "SELECT ResourceSortNo,ResourceSortName,SectionBottomFlag
            From TbSort
            Where length(ResourceSortNo)=$len and ResourceSortNo like '$rootid%'";            file://sql查詢語(yǔ)句
  ora_parse($cursor_ary[$num], $query) or die;
  ora_exec($cursor_ary[$num]);
  while(ora_fetch($cursor_ary[$num]))
  {
    $Sort_Title = trim(ora_getcolumn($cursor_ary[$num],1));
    $Sort_No  = trim(ora_getcolumn($cursor_ary[$num],0));
    $Bottom_Flag  = trim(ora_getcolumn($cursor_ary[$num],2));
    print_child_from_rootsortid($Sort_Title,$Sort_No,$Bottom_Flag);       file://打印所有的子級(jí)節(jié)點(diǎn)-----嵌套遞歸函數(shù)乙
  }
  $num--;
}


?>

php技術(shù)PHP樹的代碼,可以嵌套任意層,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 郓城县| 左贡县| 麻江县| 罗定市| 万载县| 河西区| 长泰县| 衡水市| 福鼎市| 赫章县| 巴马| 隆尧县| 玉龙| 渭源县| 唐山市| 临湘市| 江源县| 葫芦岛市| 偏关县| 平安县| 乐业县| 旬邑县| 定襄县| 张家口市| 扎兰屯市| 乐山市| 正镶白旗| 保定市| 内江市| 安塞县| 晴隆县| 嘉禾县| 东方市| 东阿县| 西宁市| 乌鲁木齐县| 兴化市| 平定县| 辰溪县| 南昌县| 郸城县|