文件名称:xi-bundle-search:xi-bundle-search
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-26 12:57:04
PHP
Symfony2 的搜索表单和结果渲染器 XiSearchBundle 提供了一种简单的方法来显示您的搜索数据,当您不知道确切的数据类型时。 您可以将 XiSearchBundle 与任何搜索引擎一起使用,因为 XiSearchBundle 为您提供了最终搜索数据对象结构必须实现的接口。 安装 deps 文件 [XiSearchBundle] git=http://github.com/xi-project/xi-bundle-search.git target=/bundles/Xi/Bundle/SearchBundle autoload.php 文件 <?php 'Xi\\Bundle' => __DIR__. '/../vendor/bundles' , ?> appKernel.php -文件 <?php new Xi
【文件预览】:
xi-bundle-search-master
----composer.json(833B)
----.travis.yml(211B)
----DependencyInjection()
--------XiSearchExtension.php(1KB)
--------Configuration.php(1KB)
----XiSearchBundle.php(131B)
----Form()
--------ChoosableSearchType.php(993B)
--------SearchType.php(1KB)
--------Model()
----Service()
--------Search()
--------SearchService.php(3KB)
----Entity()
--------SearchType.php(190B)
----Event()
--------Subscriber()
----LICENSE(1KB)
----Resources()
--------config()
--------views()
--------coffee()
--------translations()
----.gitignore(49B)
----Controller()
--------SearchController.php(1KB)
----Tests()
--------bootstrap.php(469B)
--------Service()
--------Twig()
--------phpunit.xml.dist(593B)
----Twig()
--------Extensions()
----README.md(3KB)