Login   Register  
PHP Classes
elePHPant
Icontem

File: dictionary.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  >  dictionary.php  >  Download  
File: dictionary.php
Role: ???
Content type: text/plain
Description: Builds the Dictionaries
Class: Miester Search
Author: By
Last change:
Date: 2000-12-10 21:01
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";

?>