By 0plus1 on
Long story short, I'm using amfphp and since view.get doesn't work very well with field style I'm forced to use row style.
Everything works as expected apart from this:
[field_categoria] => Array
(
[0] => Array
(
[nid] => 10
)
)
field_categoria is a reference to another content type, I would love to get the name of the content instead of its node nid.
Is this possible?
Thank you
Comments
Hi Oplus1, I'm not really
Hi Oplus1,
I'm not really clear on what you are doing... I doubt this helps but if you have the node id, you can use teh function node_load($param = array(), $revision = NULL, $reset = NULL) to load the node and get the full information about it (i.e. name of the content).
Toronto Website Developer