Forums / Developer / Get the node from the uri ?

"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".

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