> It's normalized because data1, data2 and data3 are always the same fields, they don't change with the process :)
Just because it works for you 'now' does not make it normalized ... a normalized database would work for processes with 1 or 1,000 data relations. What happens if you need more data stored per process or need to store extra data for each Process <-> Data relation, you would need to alter the dbase, forms, views etc. hence this is not normalised. Glad you got your head around editing hasMany records though :) Paul. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
