Source for file paths.inc

Documentation is available at paths.inc

  1. <?php
  2. /**
  3. * Configure the paths for the project.
  4. *
  5. * The paths needed for future includes to work are
  6. * estalblished here. This file is normally only directly
  7. * included by the {@link include_others.inc} file. The
  8. * {@link CompInaBox_config.inc} included from here sets up a few more
  9. * derived paths and general configutation options. However,
  10. * simplicity in coding required this paths to be pulled out
  11. * and at the same directory as the master include file.
  12. *
  13. * This file is part of CompInaBox.
  14. * @package Configuration
  15. * @author Eric D. Nielsen <nielsene@alum.mit.edu>
  16. * @copyright CompInaBox Copyright 2002-2005, Eric D. Nielsen. All Rights Reserved.
  17. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  18. * @filesource
  19. */
  20.  
  21. $CIB_PREFIX = "/usr/local/CIB/main-dev/compinabox";
  22. $CIB_CLASS_PATH = "$CIB_PREFIX/include/classes";
  23. $CIB_CONFIG_PATH = "$CIB_PREFIX/include/conf";
  24. $CIB_INCLUDE_PATH = "$CIB_PREFIX/include/general";
  25. $CIB_VAR_PATH = "$CIB_PREFIX/var";
  26. /**
  27. * Include the main configuration file
  28. */
  29. require_once("$CIB_CONFIG_PATH/tools/CompInaBox_config.inc");
  30. ?>

Documentation generated on Tue, 25 Apr 2006 13:06:48 -0400 by phpDocumentor 1.3.0RC3