Source for file framework.cfg.php

Documentation is available at framework.cfg.php

  1. <?php
  2.  
  3. /**
  4. * Framework Configuration
  5. *
  6. * @package harmoni.architecture
  7. *
  8. * @copyright Copyright &copy; 2005, Middlebury College
  9. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  10. *
  11. * @version $Id: framework.cfg.php,v 1.2 2005/04/07 15:12:31 adamfranco Exp $
  12. */
  13.  
  14.  
  15.  
  16. /**
  17. * functionality affected: almost everything but basic services: Harmoni architecture, LoginHandler, ActionHandler
  18. */
  19. if (!defined("LOAD_ARCHITECTURE")) define("LOAD_ARCHITECTURE", true);
  20.  
  21. /* :: load the harmoni class :: */
  22. if (LOAD_ARCHITECTURE) require_once(HARMONI."architecture/harmoni/Harmoni.class.php");
  23.  
  24. /**
  25. * load ArgumentValidator
  26. */
  27. require_once(HARMONI."utilities/ArgumentValidator.class.php");

Documentation generated on Wed, 19 Sep 2007 10:23:21 -0400 by phpDocumentor 1.3.0RC3