Thursday 30 September 2004 10:09:49 am
Hi All. in documentation i found that i can fetch node using node_path
fetch( 'content', 'node',
hash( [ 'node_id', id, ]
[ 'node_path', path ] ) )
But no examples i found how to do it.
Suppose i want fetch node ezpublish/articles/article1 what string i need to pass as a 'node_path' parameter ?
|