=encoding euc-jp =head1 NAME =begin original Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet =end original Class::DBI::Sweet::Topping - Class::DBI::Sweetのトッピング =head1 SYNOPSIS MyApp::Article->find_title_and_created_on( $title, $created_on ); MyApp::Article->search_title_and_created_on( $title, $created_on ); MyApp::Article->count_title_and_created_on( $title, $created_on ); MyApp::Article->page_title_and_created_on( $title, $created_on ); MyApp::Article->next_by_created_by( { order_by => 'created_on' } ); MyApp::Article->previous_by_created_by( { order_by => 'created_on' } ); =head1 DESCRIPTION =begin original Class::DBI::Sweet::Topping provides a convenient AUTOLOAD for search, page, retrieve_next and retrieve_previous. =end original Class::DBI::Sweet::Toppingはsearch、page、retrieve_next、retrieve_previousへの 便利なAUTOLOADを提供します。 =head1 AUTHORS Christian Hansen Matt S Trout Sebastian Riedel =head1 THANKS TO Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi =head1 SUPPORT #catalyst on L L L =head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L L =head1 翻訳者 atsushi kobayashi(nekokak@users.sourceforge.jp)