예제 #1
0
파일: Book.class.php 프로젝트: mwei0321/mw
 function __construct()
 {
     self::$tree = array();
     $this->treecate = array();
 }