Home > Backend Development > PHP Tutorial > xzn_html_tree1.0 Foldable Outline Test Example_PHP Tutorial

xzn_html_tree1.0 Foldable Outline Test Example_PHP Tutorial

WBOY
Release: 2016-07-13 17:24:41
Original
828 people have browsed it


// 测试例 require_once "xzn/html/tree.php"; $t = new Tree; $t->set("0","a1","url"); $t->set("0.0.0","aaa","url"); $t->set("0.0.0.0","bbb","url"); $t->set("0.0.0.2","ccc",""); $t->set("0.0.0.1","ddd","url"); $t->set("0.0","eee","url"); $t->set("1","ff","url"); //print_r($t); ?>
$t->display(); ?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532132.htmlTechArticleset(0,a1,url); $t->set(0.0.0,aaa,url); $t->set(0.0.0.0,bbb,url); $t->set(0.0.0.2,ccc,); $t->set(0.0.0.1,ddd,url); $t->set(0.0,eee,url); $t->set(1,ff,url); //print_r($t); ?> display...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template