in reply to DBIx::Class creating get_* and set_* methods
It's not exactly what you were asking for, but just in case you feel more comfortable with the get/set prefixes anyway ;-)$person->set_column('name', 'John'); $name = $person->get_column('name');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBIx::Class creating get_* and set_* methods
by jrockway (Acolyte) on Feb 08, 2008 at 07:08 UTC | |
by emazep (Priest) on Feb 08, 2008 at 08:30 UTC |