php 查找子分类下所有父集分类
functionget_parent_id($cid){global$db; $pids = ''; $parent_id = $db -> getone(select parent_id from eload_category where cat_id = '.$cid.'); if( $parent_id != '' ){ $pids .= $parent_id; $npids = get_parent_id( $parent_id ); if(isset($npids)) $pids .= ','.$npids; } return$pids;}
').addclass('pre-numbering').hide(); $(this).addclass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadein(1700); }); }); 以上就介绍了php 通过递归 查找父集分类,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。