I have a custom type ("Connection") built with CCK. One of the fields is a node reference to another custom type ("Lesson"). In the template for Lessons, I would like to list all of the Connection nodes which refer to the given Lesson. It looks like those linkages are stored somewhere than the node_content_connection table in the DB, and I can't find them. Any hints out there?

Thanks,

Micah

Comments

gonzocoder’s picture

I think you'll find what you need in node_field_reference

sprugman’s picture

Ok, thanks. where do I find documentation for that?

gonzocoder’s picture

This may be a good starting point for you: http://drupal.org/node/82661