Forums / Developer / Get the node from the uri ?
Jacques Feix
Friday 27 April 2007 1:20:15 am
How can I get a node when I know its URI ?
thx, Jacques
Fabien Mas
Friday 27 April 2007 1:29:36 am
try this :
$node = eZContentObjectTreeNode::fetchByPath($uri);