By sprugman on
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
node_field_instance
I think you'll find what you need in node_field_reference
um...
Ok, thanks. where do I find documentation for that?
CCK For Developers
This may be a good starting point for you: http://drupal.org/node/82661