libs-gsweb/Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld
David Ayers b6bbd5b0cb * GSWeb.framework/GSWeb.h (GSWImageInfo): Foward declare.
* GSWeb.framework/GSWHTMLDynamicElement.h/m
	(-/+[_frameworkNameForAssociation:inComponent:]): Convert to class
	method.  Cleanup implementation.
	* GSWeb.framework/GSWImage.m
	(+[_appendFilenameToResponse:inContext:framework:filename:width:height:]):
	Add handling for image url and cleanup implementation.
	(-[_appendFilenameToResponse:inContext:]): Delegate to class method.
	* GSWeb.framework/GSWResourceManager.h/m
	(-[_imageInfoForUrl:fileName:framework:languages:]): New method.
	(-[errorMessageUrlForResourceNamed:inFramework:]): Reformat.
	(-[_cacheData:]): Ditto.

	* Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld:
	Update adaptor name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28182 72102866-910b-0410-8b05-ffd578937521
2009-04-06 22:22:14 +00:00

15 lines
464 B
Text

{
EOModelVersion = 2;
adaptorName = PostgreSQL;
connectionDictionary = {
databaseName = BookStore;
};
entities = (
{className = EOGenericRecord; name = Author; },
{className = EOGenericRecord; name = Book; },
{className = EOGenericRecord; name = Customer; },
{className = EOGenericRecord; name = Order; },
{className = EOGenericRecord; name = OrderPos; }
);
internalInfo = {};
}