Monday 18 October 2004 11:05:41 am
Hi,
Can we fetch a list of nodes from a node's id array, within ezp tpl files ? ( I mean using some sort of fetch tpl operator ) Case not, is it safe fetching it like this :
// $select_result_array : is a php array of node ids
for( $i=0; $i<count($select_result_array); $i++){
$select_result[$i] =& eZContentObjectTreeNode::fetch( $select_result_array[$i] );
}
Lazaro
http://www.mzbusiness.com
|