On Tue, 6 Oct 2009, Matt Juszczak wrote:

> And how about one more thing...
> 
> What would you call a table that joins two other tables on a many to many:
> 
> say I have an account table, and a user table:
> 
> 
> account
>       - ID
> 
> user
>       - ID
> 
> Finally, I have a third table:
> 
> un-named
>       - account_id
>       - user_id
>       - column X
>       - column Y
> 
> 
> What would you call that many:many table?
> 
> Surely, not account_user, and not user_account

Why not AccountUser?  

Some PHP frameworks do indeed follow that convention.


-- 
Aj.

_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to