PHP Classes

File: indexer/index.php

Recommend this page to a friend!
  Classes of Saravana kumar.A   Indexer   indexer/index.php   Download  
File: indexer/index.php
Role: Example script
Content type: text/plain
Description: Index File
Class: Indexer
Browse, view and download files
Author: By
Last change:
Date: 12 years ago
Size: 270 bytes
 

Contents

Class file image Download
<?php
/*
 * index.php - Index file for Indexer
 * Copyright 2011 Saravana Kumar.A <saravanakumar.a.o@gmail.com>
 *
 */



require_once('classes/loadclasses.php');

$processor = new QueryProcessor();
$processor->ProcessQuery($_GET);

return;
?>