* @copyright 2010 - 2011 Ryan, Benjamin Carl * @license http://www.opensource.org/licenses/bsd-license.php The BSD License * @version GIT: $Id: $ */ // define the base directory of PHP-Dependency for further includes define('PD_BASE_DIRECTORY', dirname(__FILE__) . DIRECTORY_SEPARATOR); // add this path to PHP's include path (env) set_include_path( get_include_path() . PATH_SEPARATOR . PD_BASE_DIRECTORY ); ?>