* @license PHP License * @package WB * @subpackage base */ $base = dirname( __FILE__ ); include $base . '/include/WB/Class.php'; // set error reporting WBParam::set('wb/error/reporting', E_ALL | E_STRICT); /* WBParam::set('wb/dir/base', $base); $incPath = WBParam::get('wb/class/includePath'); $incPath[] = $base . '/include'; WBParam::set('wb/class/includePath', $incPath); $local = WBParam::get('wb/class/local'); $local['lw'] = 'lw/'; WBParam::set('wb/class/local', $local); */ //WBParam::set('wb/cache/use', 0); //WBParam::set('wb/response/compress', 0); //WBParam::set('wb/html/js/compress', 'minimize'); //WBParam::set('wb/html/js/include', 'separate'); ?>