CCK

Programmatically Create, Insert, and Update CCK Nodes

Submitted by doug on October 21, 2007 - 6:42pm.

I am working on a new module (uscongress module). The basics of the module is that it imports data and makes it available via CCK nodes. The dataset is a common one (U.S. Congressional Bills) that many people might want to develop applications around. I decided to try to implement the data using CCK rather than as a custom data model, thinking that CCK nodes would be more flexible to application developers.

It has posed three important development hurdles.