* @package gsControllerwot_property * @subpackage setup **/ include_once '../include/wbFactory.php'; wbFactory::setParam( 'htdocDir', 'test' ); wbFactory::configure(); $img =& wbFactory::singleton( 'wbImage' ); $img->setBaseDir( 'property' ); $info = $img->getInfo( 'philippsburg.jpg' ); $info = $img->getInfo( 'philippsburg.jpg', 'web' ); echo "info\n
";
	print_r( $info );
	echo "
\n"; $info = $img->getInfo( 'philippsburg.jpg', 'thumb' ); echo "info\n
";
	print_r( $info );
	echo "
\n"; wbDebugger::printMsg(); ?>