| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_rewrite_sql | includes/database.inc | Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not
use FROM table1, table2 syntax, use JOIN instead. |
| t | includes/common.inc | Translate strings to the current locale. |
| taxonomy_form | modules/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_alter | modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
| taxonomy_node_get_terms | modules/taxonomy.module | Find all terms associated to the given node, ordered by vocabulary and term weight. |