/**************************************** * filename: configuration_constants.php * purpose: This file is intended solely as an abstraction, so that models can require * constants via a standard name *---------------------------------------------------------------------------------------------- * (c) Copyright 2009-2010 Cheth Rowe Consulting. All Rights Reserved. *---------------------------------------------------------------------------------------------- *****************************************/ require_once('perry_constants.php'); // contains the actual configuration information ?>
|