Open Monograph Press  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  define('HANDLER_CLASS', 'SearchHandler');
23  import('pages.search.SearchHandler');
24  break;
25 }
26 
27 
$op
$op
Definition: lib/pkp/pages/help/index.php:18