Re: DistinctRows
Re: DistinctRows
- Subject: Re: DistinctRows
- From: Arturo PĂ©rez <email@hidden>
- Date: Mon, 3 Mar 2003 21:53:51 -0500
On Monday, March 3, 2003, at 09:31 PM, Jonathan Fleming wrote:
now I've confused myself...
Yeah, there might be several rows in the database with the same
navPageName, one of which might be named "Home" with unique content in
the navPageContent attribute and a status of 03 and visibility set to
"on"
another might be also be named "Home" with unique content in the
navPageContent attribute and a status of 04 and visibility set to "on"
and again, there might be yet another row with the navPageName of
"Home" with unique content in the navPageContent attribute and a
status of 04 and visibility set to "off"
Having done something similar I think you might be setting yourself up
for a world of hurt
with this design. Why do the page names have to be non-unique? Can
you redesign so that the user
can easily distinguish amongst pages?
For example: Say you have three pages named "Home" but the path to
them are distinct such that
Home1's path is http://ROOT/~u1/HOME
Home2's path is http://ROOT/~u2/HOME
Home3's path is http://ROOT/~admin/HOME
then maybe you can display distinct paths?
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.