[php-list] New database modeling

2008-10-12 Thread Junior Grossi
Hi all, I've read the book 'Practical Web 2.0 Applications with PHP' and in that book the author uses a different database modeling. I'll give you an example, if you have a 'users' table with a lot of columns like, first name, last name, country, food, etc... He suggests that you create 2 tables,

Re: [php-list] New database modeling

2008-10-12 Thread Wade Smart
Junior Grossi wrote: Hi all, I've read the book 'Practical Web 2.0 Applications with PHP' and in that book the author uses a different database modeling. I'll give you an example, if you have a 'users' table with a lot of columns like, first name, last name, country, food, etc... He

Re: [php-list] New database modeling

2008-10-12 Thread Daniel Israel
On Oct 12, 2008, at 11:09 AM, Wade Smart wrote: 20081012 1306 GMT-6 I have something similar lately and it too relied heavily on objects (which I have to admit I have not really got into - though I should) and it looked like it would definitely help out in certain situations. But Im

Re: [php-list] New database modeling

2008-10-12 Thread Pete
In message [EMAIL PROTECTED], Wade Smart [EMAIL PROTECTED] writes Junior Grossi wrote: This will add another row on 'users_profile' table: Ah, that makes more sense. Hu. Im going to get that book because that looks like it would be super helpful. :) Wade Not sure that I like the idea.