Monday 24 January 2005 1:05:02 pm
Hi! I'm trying to fetch nodes in different folders with the same fetch command. I've searched around and found several comments on using array to do this. One is here: http://ez.no/community/forum/developer/fetching_content_from_multimple_nodes But when i do this it produses no output. The point of my code is to get hold of nodes wich has parent_node_id X or parrent_node_id Y and so on. My test codes are:
{let children=fetch( content, list, hash( parent_node_id, array(82, 83)) )}
and
{set list_items=fetch_alias( children, hash( parent_node_id, array(82,83),
offset, $view_parameters.offset,
sort_by, $node.sort_array,
limit, $page_limit ) )}
Can any of you spot what I'm doing wrong or point me in the right direction?
Regards RuS
|