Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 60a0462f

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 60a0462faa58167aeae73ee50ac1165ce979291b
  • Vorgänger 23b2cbd7
  • Nachfolger 865dda05

Shopmodul: ActionBar, automatische Prüfung der Shopverbindung beim
speichern
Zusätzliche Felder in der Shopconfig für Pfad, Realm und Protokoll

Unterschiede anzeigen:

SL/Shop.pm
62 62
=head1 SYNOPSIS
63 63

  
64 64
  my $config = SL::DB::Manager::Shop->get_first();
65
  my $shop = SL::WebShop->new( config => $config );
65
  my $shop = SL::Shop->new( config => $config );
66 66

  
67 67
  From the config we know which Connector class to load, save in $shop->connector
68 68
  and do stuff from there:

Auch abrufbar als: Unified diff