[development] Proper way to programmatically modifying a CCK node's
nodereference field in 4.7
Rob Barreca
rob at electronicinsight.com
Wed Sep 20 00:03:31 UTC 2006
I want to programmatically add related blog postings references to a CCK
node's nodereference field called field_related_blog_posts. Would
something like this be the proper way to do this in 4.7? I know the fapi
pull in 5.0 would help with this.
$node = node_load(5);
$node->field_related_blog_posts[] = array('nid' => $blog_nid, 'view' =>
'<a>..</a>');
node_save($node);
--
Rob Roy Barreca
Founder and COO
Electronic Insight Corporation
http://www.electronicinsight.com
rob at electronicinsight.com
More information about the development
mailing list