logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet

Authors

       Christian Hansen <ch@ngmedia.com>

       Matt S Trout <mstrout@cpan.org>

       Sebastian Riedel <sri@oook.de>

Description

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

License

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

Name

           Class::DBI::Sweet::Topping - Topping for Class::DBI::Sweet

See Also

       Class::DBI::Sweet

       Catalyst

perl v5.38.2                                       2024-03-05                    Class::DBI::Sweet::Topping(3pm)

Support

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

Thanks To

       Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi

See Also