文件名称:PaginationServiceProvider:KnpPaginatorBundle的包装器是Silex微框架的服务提供者
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-29 21:41:14
PHP
PaginationServiceProvider 该服务提供商允许您在Silex应用程序中使用 。 要求 3.x:PHP 5.5.9以上 1.x:PHP 5.3+ 入门 对于Silex 2.x $ composer require ttskch/pagination-service-provider 对于Silex 1.x $ composer require ttskch/pagination-service-provider: ~ 1.0 并在您的应用程序中启用此服务提供商: $ app -> register ( new Ttskch \ Silex \ Provider \ PaginationServiceProvider ()); 如果需要,您可以按以下方式配置默认的查询参数名称和模板(与几乎相同): $ app [ 'knp_paginator.options
【文件预览】:
PaginationServiceProvider-master
----composer.json(1KB)
----.travis.yml(557B)
----bin()
--------.gitignore(13B)
----build.xml(7KB)
----phpcs.xml(561B)
----tests()
--------bootstrap.php(164B)
--------Provider()
--------FunctionalTest.php(2KB)
----LICENSE(1KB)
----src()
--------Provider()
--------Views()
--------Exception()
----phpmd.xml(2KB)
----.gitignore(132B)
----demo()
--------bootstrap(24B)
--------index.php(3KB)
--------index.html.twig(2KB)
--------font-awesome(34B)
--------sample.db(16KB)
----phpunit.xml.dist(899B)
----README.md(6KB)
----phpdox.xml.dist(632B)