here are some things that belong:

Coding standards

All DBI calls should be checked for errors

All scripts or modules should have “use strict” and “use warnings”

Subroutines should NOT open and close the database every time. The DBI handle (usually $dbh) should be passed as a parameter from the main script running. Opening the DB every time will impose a performance and overhead penalty for large or busy installations, limiting Koha's ability to scale.

 
kohadevelopersmanual.txt · Last modified: 2008/08/12 04:47 by gmc
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki