dev-master
9999999-dev https://github.com/dereuromark/cakephp-opensearchA CakePHP plugin for using OpenSearch
MIT
The Requires
- php >=5.3
- composer/installers *
- dereuromark/tools-cakephp *
by Mark Scherer
plugin cakephp opensearch search engine
Wallogit.com
2017 © Pedro PelĂĄez
A CakePHP plugin for using OpenSearch
Create a nice web search that integrates into modern browsers (direct search using TAB)., (*1)
See http://de.wikipedia.org/wiki/OpenSearch, (*2)
CakePHP2.x, (*3)
This is the preferred way of installing:, (*4)
"require": {
"dereuromark/cakephp-opensearch": "dev-master"
}
Copy the plugin over to your App/Plugin/ directory., (*5)
cake schema create OpenSearch.OpenSearch)admin/open_search/addons/ for example)Use the helper to render appropriate links in the layout:, (*6)
$this->loadHelper('OpenSearch.OpenSearch');
echo $this->OpenSearch->metaLink('web', 'my title');
for example, if you added web as search type., (*7)
Cleanup and more features from http://www.opensearch.org/, (*8)
My Tools Plugin for admin backend actions (optional, you can directly use Mysql, as well)., (*9)
MIT, (*10)
Ćukasz Korecki 2009, (*11)
Mark Scherer 2012, (*12)
A CakePHP plugin for using OpenSearch
MIT
plugin cakephp opensearch search engine