Documentation is available at paths.inc
- <?php
- /**
- * Configure the paths for the project.
- *
- * The paths needed for future includes to work are
- * estalblished here. This file is normally only directly
- * included by the {@link include_others.inc} file. The
- * {@link CompInaBox_config.inc} included from here sets up a few more
- * derived paths and general configutation options. However,
- * simplicity in coding required this paths to be pulled out
- * and at the same directory as the master include file.
- *
- * This file is part of CompInaBox.
- * @package Configuration
- * @author Eric D. Nielsen <nielsene@alum.mit.edu>
- * @copyright CompInaBox Copyright 2002-2005, Eric D. Nielsen. All Rights Reserved.
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @filesource
- */
- $CIB_PREFIX = "/usr/local/CIB/main-dev/compinabox";
- $CIB_CLASS_PATH = "$CIB_PREFIX/include/classes";
- $CIB_CONFIG_PATH = "$CIB_PREFIX/include/conf";
- $CIB_INCLUDE_PATH = "$CIB_PREFIX/include/general";
- $CIB_VAR_PATH = "$CIB_PREFIX/var";
- /**
- * Include the main configuration file
- */
- require_once("$CIB_CONFIG_PATH/tools/CompInaBox_config.inc");
- ?>
Documentation generated on Tue, 25 Apr 2006 13:06:48 -0400 by phpDocumentor 1.3.0RC3