I have three tables:
<User>
id
name
about_id
<About>
id
title
text
language_id
<Language>
id
title
They are linked in such order:
User (about_id) 1<---->M (id) About (language_id) M<---->1 (id) Langiage
How I can receive the list of users ordered by a field "title"?
-- Best regards, tim mailto:ti..e7en.ru
This archive was generated by hypermail 2.0.0 : Fri Nov 01 2002 - 17:25:58 EST