Class-DBI-Sweet-0.05 > Class::DBI::Sweet::Topping
Class-DBI-Sweet-0.05

名前

    Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet
    Class::DBI::Sweet::Topping - Class::DBI::Sweetのトッピング

概要

    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' } );

説明

Class::DBI::Sweet::Topping provides a convenient AUTOLOAD for search, page, retrieve_next and retrieve_previous.

Class::DBI::Sweet::Toppingはsearch、page、retrieve_next、retrieve_previousへの 便利なAUTOLOADを提供します。

作者

Christian Hansen <ch@ngmedia.com>

Matt S Trout <mstrout@cpan.org>

Sebastian Riedel <sri@oook.de>

THANKS TO

Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi

サポート

#catalyst on irc://irc.perl.org

http://lists.rawmode.org/mailman/listinfo/catalyst

http://lists.rawmode.org/mailman/listinfo/catalyst-dev

ライセンス

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Class::DBI::Sweet

Catalyst

翻訳者

atsushi kobayashi(nekokak@users.sourceforge.jp)