Hi all, I'm trying to use the Doctrine2 NestedSet extension but I have a problem with autoloading.
I have put the doctrine2-nestedset directory into my vendors and my autoload.php looks like this : $loader->registerNamespaces(array( ... 'DoctrineExtensions' => $vendorDir.'/doctrine2-nestedset/ lib', )); here is my Entity : <?php namespace Bundle\MenuBundle\Entity; use DoctrineExtensions\NestedSet\MultipleRootNode; class MenuNode implements MultipleRootNode {.... But I have this error : Fatal error: Interface 'DoctrineExtensions \NestedSet\MultipleRootNode' not found in .../src/Bundle/MenuBundle/ Entity/MenuNode.php on line 8 Someone has an idea ? Thanks, Yohan. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en