Login   Register  
PHP Classes
elePHPant
Icontem

File: setup.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  >  setup.php  >  Download  
File: setup.php
Role: ???
Content type: text/plain
Description: Sets up the tables
Class: Miester Search
Author: By
Last change:
Date: 2000-12-10 21:06
Size: 184 bytes
 

Contents

Class file image Download
<?

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

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

  echo "DONE! <BR>\n";

?>