anklimsk/cakephp-search-info
Composer 安装命令:
composer require anklimsk/cakephp-search-info
包简介
Search for information in the project database for CakePHP 2.x
README 文档
README
Search for information in the project database
This plugin provides next features:
- Search for information in the project database;
- Adding a user role prefix to links to a search result;
- Support auto-completion in the search bar;
- Support for keyboard layout corrections for the Russian language;
- Supports two levels of search:
- For all fields of the
Model; - For each field of the
Modelseparately.
- For all fields of the
Installation
-
Install the Plugin using composer:
composer require anklimsk/cakephp-search-info -
Add the next line to the end of the file
app/Config/bootstrap.php:CakePlugin::load('CakeSearchInfo', ['bootstrap' => true, 'routes' => true]);
Using
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-12