$typeOptions = $tl->GetOptionArray(0,0,$channelid);  | 
			
					$typeOptions = $tl->GetOptionArray(0,0,0);  | 
			
					
function GetOptionArray($hid=0,$oper=0,$channeltype=0,$usersg=0) 
{ 
return $this->GetOptionList($hid,$oper,$channeltype,$usersg); 
} 
function GetOptionList($hid=0,$oper=0,$channeltype=0,$usersg=0) 
{ 
return $this->OptionArrayList; 
} 
//+ 为下级类目递归加上 '-' 
function LogicGetOptionArray($id, $step, $oper=0) 
{ 
} 
				 | 
			
					Update `dede_arctype` set reid=’目标父栏目ID’ where id in(2,3,4,5)  |