in reply to Syntax to update a table in mysql using catalyst framework
As you mention MySQL, I assume that your model class is a class derived from DBIx::Class. Hence, I further assume that you would update your elements like you would date any other instance of a DBIx::Class derivative. See DBIx::Class::Manual::Intro for a basic introduction to DBIx::Class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Syntax to update a table in mysql using catalyst framework
by anirudh_sml (Novice) on Jan 08, 2009 at 07:13 UTC | |
by Corion (Patriarch) on Jan 08, 2009 at 07:26 UTC | |
by anirudh_sml (Novice) on Jan 08, 2009 at 07:31 UTC |