示例#1
0
	function d3download_makecache_for_selbox( $mydirname, $whr_cat, $selectcat=0, $sum=0, $all=0, $none='', $top=0, $notnin=0 )
	{
		include_once dirname( dirname(__FILE__) ).'/class/mycategory.php' ;
		$mycategory = new MyCategory( $mydirname, 'Show' ) ;
		return $mycategory->makecache_for_selbox( $whr_cat, $selectcat, $sum, $all, $none, $top, $notnin ) ;
	}