PHP Classes

File: dictionary.php

Recommend this page to a friend!
  Classes of Joe Stump   Miester Search   dictionary.php   Download  
File: dictionary.php
Role: ???
Content type: text/plain
Description: Builds the Dictionaries
Class: Miester Search
Author: By
Last change:
Date: 23 years ago
Size: 212 bytes
 

Contents

Class file image Download
<? set_time_limit(0); include('./search.config'); include('./db.obj'); include('./search.obj'); $search = new Search($tables); $search->BuildDictionary(); echo "DONE! <BR>\n"; ?>