public marks

PUBLIC MARKS with tags snippets & drupal

14 October 2006

10 October 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

PUBLIC TAGS related to tag snippets

code +   collaboration +   community +   development +   programming +   social +   tags +  

Active users

claire_
last mark : 14/10/2006 09:11