in reply to Re: Class::DBI: Filtering a many-to-many mapping does not work as advertised on CDBI manpage?
in thread Class::DBI: Filtering a many-to-many mapping does not work as advertised on CDBI manpage?
Thanks. I assumed that since a many-to-many was a two way one-to-many via an intersection table (in my case HotelCategories) using a one-to-many example in either direction would work.
Thanks for the suggestion, I will check out the Ima::DBI methods.