June 2010
Update CCK Fields In Custom Drupal Nodes
boz — Tue, 06/22/2010 - 13:17
This Post Has Been Updated From The Original : See Bottom
This was a major hang up on my recent project. I thought I would share in hopes of saving someone else sometime. The explanation for the code being this tedious has to do with CCK's database structure. Each field is given its own table, so to avoid costly queries CCK has a database cache. Here is the code. I had to read through several other posts to find this. I'll try to link to those when I get time.
