Help for this page

Select Code to Download


  1. or download this
    use Physemp::Model::Account;
    
    ...
    $accounts = Physemp::Model::Account->search(name => 'Ben Bitdiddle');
    $account = Physemp::Model::Account->retrieve(1);
    my $accounts = Physemp::Model::Account->retrieve_all();
    
  2. or download this
    package My::Browser;
    use base 'My::TT';
    ...
    use Physemp::Model::Account;
    
    __PACKAGE__->pager_class('Physemp::Model::Account');