PHP Classes

File: setup.php

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