ML Form Creation, Rendering and Validation Framework"
>
> Cc:
> Sent: Wednesday, 22 June 2011, 8:22
> Subject: Re: [html-formfu] many_to_many, again
>
> On 06/20/11 11:57, Peter Shangov wrote:
>> Hi Alex,
>>
>> What is "Forum::Schema::Result::AG&
;Forum::Schema::Result::Account" ...
It's many_to_many. AG is a acount-group link table.
- Original Message -
From: Alex Povolotsky
To: "html-formfu@lists.scsys.co.uk"
Cc:
Sent: Sunday, 19 June 2011, 23:09
Subject: [html-formfu] many_to_many, again
Hello!
After a three ye
eter
- Original Message -
> From: Alex Povolotsky
> To: "html-formfu@lists.scsys.co.uk"
> Cc:
> Sent: Sunday, 19 June 2011, 23:09
> Subject: [html-formfu] many_to_many, again
>
> Hello!
>
> After a three years break, I'm trying (
Hello!
After a three years break, I'm trying (again) to make many_to_many
relationship working. Again no success.
=== Account.pm ===
__PACKAGE__->has_many(
"a_gs",
"Forum::Schema::Result::AG",
{ "foreign.aid" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
__PACKAGE__->m