Forums / Setup & design / fetch object

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fetch object

Author Message

eve f

Friday 17 December 2004 7:28:01 am

i hav the following codes, but it doesnt display anything..

{let children=fetch( content,
list,
hash( parent_node_id, $node.node_id,
sort_by, $node.sort_array)
)

i try to change the $node.node_id to the value of the node, however, at first it work, but later got the problem of timeout.

any1 help pls..
}