PS - If I have to name the fields in `courses` uniquely, that's fine.
That would be, I think, an even more basic hasMany association.  I
can't get that to work, either.

That would look more like:

CREATE TABLE `courses` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `epp_id` int(10) NOT NULL default '0',
  `course_name1` varchar(64) default NULL
  `course_name2` varchar(64) default NULL
  `course_name3` varchar(64) default NULL
  ...
  PRIMARY KEY  (`id`)
) 

Then I'd have:

1,10,'foo1','bar1',...
2,11,'foo2','bar2',...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to