Thanks Tim,

I thought that the many_to_many was a relationship bridge and as limited to
what it could do. I was studying the many_to_Many examples in the book to
help my real problem in a test application I am trying to work on. I guess
I should start a new thread for questions related to that. I will do that
and try to continue understanding the relationships.

Thanks
RJ

On Wed, Jul 11, 2012 at 12:48 PM, Tim Anderson <[email protected]> wrote:

>
> <li>[% role.role.role %]</li>  works because you're accessing the role
> name (the third 'role') through the 'role' accessor (the second 'role')
> which is defined in your many-to-many relationship:
>
> __PACKAGE__->many_to_many("roles", "user_roles", *"role"*);
>
> This is one of the beauties of DBIC; as soon as you have your
> relationships defined, you have paths to the data you need.  Imagine trying
> to write the same type of request across a multiple key relationship.
>
>
> -Tim
>
>
> On Wed, Jul 11, 2012 at 11:29 AM, Robyn Jonahs 
> <[email protected]>wrote:
>
>> Thanks, that worked. Now I am off to see why.
>>
>> [ snip ]
>>
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to