Re: Help with database structure

2007-11-22 Thread eid
Thanks a lot, I'll look it over. I promised a friend to do this for him so I kind of have to do it now :P I know it's a large project to start out with, but hopefully it will work out. Again, thank you :-) On 21 Nov., 23:45, Grant Cox [EMAIL PROTECTED] wrote:

Help with database structure

2007-11-21 Thread eid
Hi. I am trying to create an online matchsystem kind of like this one: http://www.ngl-one.com/en/match/629/ Now, I decided to try and do this project in CakePHP, but I can't figure out how my database should be set up. At the moment I've nearly given up because it seems so chaotic, so now I ask

Re: Help with database structure

2007-11-21 Thread Grant Cox
http://manual.cakephp.org/chapter/models Read up on associations, and how they are meant to work. And perhaps make something a bit smaller until you understand what the difference between associations are. Anyway, this is the kind of structure I would start with for what you outlined. I've