[Maypole] Converting an existing app to Maypole

Karen Cravens karen.cravens@gmail.com
Tue, 8 Jun 2004 19:11:33 -0500


On Mon, 7 Jun 2004 08:44:11 +0100, Tony Bowden <tony-maypole@kasei.com> wrote:

> 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.

Okay.  So now I just need to learn how to set up the has_a's... as I
said, I'm not (yet) familiar with Class::DBI.
 
> 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...

Seems reasonable.  Thanks.