Login   Register  
PHP Classes
elePHPant
Icontem

File: index_tables.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Joe Stump  >  Miester Search  >  index_tables.php  >  Download  
File: index_tables.php
Role: ???
Content type: text/plain
Description: Indexes the tables based on the dictionary file
Class: Miester Search
Author: By
Last change:
Date: 2000-12-10 21:01
Size: 208 bytes
 

Contents

Class file image Download
<?

  set_time_limit(0);
  include('./search.config');
  include('./db.obj');
  include('./search.obj');


  $search = new Search($tables);
  $search->CreateIndex();

  echo "DONE! <BR>\n";

?>