Mult-Rater Feedback
[ class tree: MRF ] [ index: MRF ] [ all elements ]

Procedural File: mrf_setup.php

Source Location: /mrf/libs/mrf_setup.php



Classes:

MRF_SQL
Database Configuration
MRF_Smarty
Smarty Configuration


Page Details:

Multi-Rater Feedback Setup File

This is the part of the package that requires all of the neccessary files, and sets up the Default configuration of the required libraries, Smarty and PEAR DB.

The next sub-version of this file will draw all non-Smarty related configuration settings from a .config file. (Smarty related configuration will still need to be manual, since Smarty is required to pull the configuration data. Perhaps a separate .ini file for package configuration?)




Tags:

version:  0.1
filesource:  Source Code for this file
copyright:  Copyright (c) 2005, UNM HRIT
author:  Chris Adams chrisa@unm.edu


Includes:

require_once(SHARED_DIR.'libs/sql.lib.php') [line 41]
Require Files for the SQL library

require_once('mrf.config.php') [line 35]
Define Constants

Require the fiel that will Define constants required for the MRF Application. This config file must reside in the smae folder as mrf_setup.php

The SHARED_DIR is simply the Smarty folder that contains shared libraries and configs.


require_once(MRF_DIR.'libs/mrf.lib.php') [line 46]
Require Files for the MRF library

require_once(SHARED_DIR.'libs/unmauth.lib.php') [line 51]
Require Files for the ALP class

require_once("DB.php") [line 63]
Require Files for the PEAR::DB Library

The file DB.php should be in your PHP include path.


require_once(SMARTY_DIR.'Smarty.class.php') [line 56]
Require Files for the Smarty Library







Documentation generated on Fri, 27 Jan 2006 16:25:36 -0700 by phpDocumentor 1.3.0RC3