2008/1/18, Zbigniew Lukasiak <[EMAIL PROTECTED]>: > On Jan 18, 2008 5:03 PM, Carl Franks <[EMAIL PROTECTED]> wrote: > > > > > > I noticed that the refactor had reverted back to the old behaviour of > > always using get_column() - I've fixed that so that it uses > > $row->$name() accessors (when it doesn't clash with a rel name), and > > added tests to ensure that DBIC column inflators are being run. > > Ah - I was actually thinking about that - but I forgot about the > inflators - sorry. > > By the way in my code I've started to make sure that rels have > different names than columns - this way I can alway call > $row->$name(). > > Cheers, > Zbyszek > http://perlalchemy.blogspot.com/
>From svn (r787) my code breaks like this: Can't call method "result_source" without a package or object reference at /home/...perl5/site_perl/5.8.8/HTML/FormFu/Model/DBIC.pm line 71. After i rolled back to r776 everything worked fine as expected. _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
