1

我正在一个项目中工作Symfony2,我想Symfony CMF使用Doctrine ORM.

在我的 config.yml 中:

knp_menu:
    twig: true

cmf_routing:
    dynamic:
        persistence:
            orm:
                enabled: true
                manager_name: ~

我收到此错误:

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]  
You have requested a non-existent parameter "None of the managerParameters    
resulted in a valid name". 

我试图使用Doctrine ORM而不是PHPCR ODM

有人知道我能做什么吗?

谢谢!

4

0 回答 0