PHP Classes

File: index_tables.php

Recommend this page to a friend!
  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: 23 years ago
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"; ?>