Search:

CWIS Developers Documentation

  • Main Page
  • Classes
  • Files
  • File List
  • File Members

SPTDatabase.php

Go to the documentation of this file.
00001 <?PHP
00002 
00003 #
00004 #   FILE:  SPT--SPTDatabase.php
00005 #
00006 #   METHODS PROVIDED:
00007 #       SPTDatabase()
00008 #           - constructor
00009 #
00010 #   AUTHOR:  Edward Almasy
00011 #
00012 #   Part of the Scout Portal Toolkit
00013 #   Copyright 2002-2003 Internet Scout Project
00014 #   http://scout.wisc.edu
00015 #
00016 
00017 class SPTDatabase extends Database {
00018 
00019     # ---- PUBLIC INTERFACE --------------------------------------------------
00020 
00021     # object constructor
00022     function SPTDatabase()
00023     {
00024         global $SPT_DBUserName, $SPT_DBPassword, $SPT_DBName, $SPT_DBHost;
00025 
00026         $this->Database($SPT_DBUserName, $SPT_DBPassword, $SPT_DBName, $SPT_DBHost);
00027     }
00028 
00029 
00030     # ---- PRIVATE INTERFACE -------------------------------------------------
00031 
00032 }
00033 
00034 
00035 ?>
CWIS logo doxygen
Copyright 2009 Internet Scout