Remember that every call of this method goes into the database. That
will kill your app.
Better fetch all Games in memory and order them into an
NSArray(NSAray()) and use that.
If he's using the stock velocity templates, this will only fault the
games(..) array once, and each successive call will just filter with
the provided qualifier. If he called games(EOQualifier, true) it
would refetch every time.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]