2010
2009
Arrêtez de vouloir faire du hiérarchique ! | Drupalistic
by claire_Arrêtez de vouloir faire du hiérarchique !
2006
Taxonomy Tree with feed links | drupal.org
by claire_<?php function getNodeCount($tid) { $sql = "select count(1) as num" . " from term_node" . " where tid = $tid"; return ($acount = db_fetch_object(db_query($sql)))? $acount->num : 0; } function getChildTerms($parent, $vid) { $sql = "select td.tid, td.vid, t
1
(5 marks)