Login   Register  
PHP Classes
elePHPant
Icontem

File: indexer/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-09-30 15:13
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;
?>