Syndicate content

taxonomy

Jun 17
0

网站架构

Thu, 06/17/2010 - 12:05 — bbbbbb

1,SELECT a.nid FROM `term_node` as a left join term_node as b on a.nid = b.nid where a.tid = 5 and b.tid = 6

2,RewriteRule ^node/(.*).html$ index.php?q=node/$1 [L,QSA]