Help for this page

Select Code to Download


  1. or download this
    $schema->resultset('CD')->search( .. 
          { prefetch => [ 'Author' ], 
            join => ['Categories'], 
    ...
            page => $page, 
            distinct => 1,
          } );