Forums / Developer / Get the node from the uri ?

Get the node from the uri ?

Author Message

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);