Help for this page

Select Code to Download


  1. or download this
      $schema->resultset('CD')->search(
        { 'Title' => 'Funky CD',
    ...
          order_by  => ['tracks.id'],
        }
      );