[Dbix-class] Automatic accessor creation

dreel dreel at bk.ru
Fri Sep 28 12:11:33 GMT 2007


As I know the query joining two or more tables automatically creates accessors for main table columns  and other can be reached through $rs->get_column('col_name'). 
I'm using  get_column('col_name') for all columns even for main table columns asn it's working fine.
The question is why a part of columns get accessors automatially and other must be accessed manualy?

May be better to make automatic accessor creation for any column returned of defined in query?
---
dr.eel



More information about the DBIx-Class mailing list