注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Class::DBI::Sweet - 素敵なものをより素敵にする 概要¶ package MyApp::DBI; use base 'Class::DBI::Sw... Class::DBI::Sweet - 素敵なものをより素敵にする 概要¶ package MyApp::DBI; use base 'Class::DBI::Sweet'; MyApp::DBI->connection('dbi:driver:dbname', 'username', 'password'); package MyApp::Article; use base 'MyApp::DBI'; use DateTime; __PACKAGE__->table('article'); __PACKAGE__->columns( Primary => qw[ id ] ); __PACKAGE__->columns( Essential => qw[ title created_on created_by ] ); __PACKAGE__->has_a( created_on =>
2007/09/24 リンク