[Maypole] Converting an existing app to Maypole
Tony Bowden
tony-maypole@kasei.com
Mon, 7 Jun 2004 08:44:11 +0100
On Sun, Jun 06, 2004 at 01:48:58PM -0500, Karen Cravens wrote:
> So. The table "person_per" holds all the persons, as you might guess,
> primary key of per_ID, and (among other fields), per_fam_ID, which
> correspondes to the primary key in "family_fam" which is named fam_ID.
> Far as I can tell, all of the examples show corresponding field names.
In Class::DBI, as long as you define the has_a relationships correctly
first, the has_many will do the right thing by examining the has_a
declaration.
I'm not entirely sure yet what Maypole does here, but I would suggest
setting up that has_a by hand and seeing what happens...
Tony