Class::DBI::Sweet::Topping(3) Topping for Class::DBI::Sweet

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

DESCRIPTION

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

AUTHORS

Christian Hansen <[email protected]>

Matt S Trout <[email protected]>

Sebastian Riedel <[email protected]>

THANKS TO

Danijel Milicevic, Jesse Sheidlower, Marcus Ramberg, Viljo Marrandi

LICENSE

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