我如何在自己的服务中使用knp_paginator?

时间:2015-08-17 17:06:30

标签: symfony

我想在我自己的服务中使用knp_paginator,但我不知道这是怎么做的。

我试试:

services:
  example:
    class: Common\ToolsBundle\Utils\Example
    arguments: [ @doctrine.orm.entity_manager, @knp_paginator ]

但我收到了一个错误:

  

CheckExceptionOnInvalidReferenceBehaviorPass.php第58行中的ServiceNotFoundException:   服务"示例"依赖于不存在的服务" knp_paginator"。

感谢您的帮助

0 个答案:

没有答案