FW: [Dbix-class] Filtering module

Octavian Rasnita orasnita at gmail.com
Thu Nov 13 20:11:17 GMT 2008


From: "Matt S Trout" <dbix-class at trout.me.uk>
>
> $obj->get_column($col); # COLUMN VALUE
>
> $obj->$col; # ATTRIBUTE VALUE
>
> If I could time travel, I'd make it _get_column so this fact was obvious.
> But too much code now relies on it, sadly.
>
> I suspect when we create a new, cleaner row object interface, perhaps as a
> factor out in the 09 process, things like get_column will simply go away 
> so
> people don't keep making this mistake.
>

I remember that in some cases $obj->$row doesn't work and we must use 
$obj->get_column('col').

Was DBIC improved so this is not the case anymore?

Octavian




More information about the DBIx-Class mailing list