phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
ISearch.php
Go to the documentation of this file.
1 <?php
2 
4 
5 interface ISearch {
6 
7  public function search($query, $field="title");
8 
9  public function getResponse();
10 }