Open Journal Systems  3.3.0
pages/search/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'index':
21  case 'search':
22  case 'similarDocuments':
23  case 'authors':
24  define('HANDLER_CLASS', 'SearchHandler');
25  import('pages.search.SearchHandler');
26  break;
27 }
28 
29 
$op
$op
Definition: lib/pkp/pages/help/index.php:18