>
>
>But do You think that it is "user friendly" url?
>
No, but the tradeoff between usability and speed is always there. I made 
a code-init that basicly tries three different combos to find the 
correct one:

- pattern /[0-9]{1-6} -> ids
- /[0-9A-Za-z]{32}  -> guid
- test mgd_get_topic_by_name
in that order.

Depending on the site you're making, you seldo need more that 3 - 5 
levels. A I often use is to have a navigation toolbar : www.nu.no \ 
topic\ subtopic type with links so that the user knows where he / she 
(it?) is. I usually buuild links with topicnames and article guids 
because this is simple to keep up to date and I need guids for 
replication (running nadmin live/staging).

Also I second your approach to the mgd_get_(article|topic|etc) 
suggestion. Problem is soon we'll ask:
mgd_get_article($topicid,$value_where,$value_what,$sortval) :)

tarjei

>How fast You will remember that? ;)
>
>Piotras
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to