Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5878b90c

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 5878b90c0b0b1caa84de692c39fdac9b01a9b103
  • Vorgänger 3c7d9283
  • Nachfolger 56b2b81c

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