Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 008c2e15

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

  • ID 008c2e1529744e195616ac2cbf7736f06a90816e
  • Vorgänger 96a5b393
  • Nachfolger c497b035

Lx-Office heißt nun kivitendo

Unterschiede anzeigen:

SL/DBUtils.pm
396 396

  
397 397
=head1 DESCRIPTION
398 398

  
399
DBUtils is the attempt to reduce the amount of overhead it takes to retrieve information from the database in Lx-Office. Previously it would take about 15 lines of code just to get one single integer out of the database, including failure procedures and importing the necessary packages. Debugging would take even more.
399
DBUtils is the attempt to reduce the amount of overhead it takes to retrieve information from the database in kivitendo. Previously it would take about 15 lines of code just to get one single integer out of the database, including failure procedures and importing the necessary packages. Debugging would take even more.
400 400

  
401 401
Using DBUtils most database procedures can be reduced to defining the query, executing it, and retrieving the result. Let DBUtils handle the rest. Whenever there is a database operation not covered in DBUtils, add it here, rather than working around it in the backend code.
402 402

  
......
591 591

  
592 592
=head1 COPYRIGHT AND LICENSE
593 593

  
594
Copyright 2007 by Lx-Office Community
594
Copyright 2007 by kivitendo Community
595 595

  
596 596
This program is free software; you can redistribute it and/or modify
597 597
it under the terms of the GNU General Public License as published by

Auch abrufbar als: Unified diff