Documentation is available at framework.cfg.php
- <?php
- /**
- * Framework Configuration
- *
- * @package harmoni.architecture
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: framework.cfg.php,v 1.2 2005/04/07 15:12:31 adamfranco Exp $
- */
- /**
- * functionality affected: almost everything but basic services: Harmoni architecture, LoginHandler, ActionHandler
- */
- if (!defined("LOAD_ARCHITECTURE")) define("LOAD_ARCHITECTURE", true);
- /* :: load the harmoni class :: */
- if (LOAD_ARCHITECTURE) require_once(HARMONI."architecture/harmoni/Harmoni.class.php");
- /**
- * load ArgumentValidator
- */
- require_once(HARMONI."utilities/ArgumentValidator.class.php");
Documentation generated on Wed, 19 Sep 2007 10:23:21 -0400 by phpDocumentor 1.3.0RC3