Hello!
In Tutorial (BTW, "CRUD" section of tutorial lacks U completely), I've
seen this way of filling in the record:
my $book = $c->model('GalleryDB::Gallery')->new({});
$book->populate_from_widget($result);
In InstantCRUD data is filled in with
my $item = $result->save_to_db();
Can anyone experienced tell me about drawbacks of both ways to do create?
Alex.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/