|
From: Todd O. <to...@da...> - 2001-03-27 19:11:38
|
It seems that those expressing an opinion want <tablename in singular>id as the primary key and ref<primary key name of other table> for foreign keys, which is a good method. I prefer underscores in lieu of StEpPiNg caps for the following reasons. I think it's easier to read and case is always lower. PHP has adopted it (e.g. mysql_fetch_array()) and so has most of the existing phpWebSite code. Does everyone agree? --Todd Owen |