GilliGan
[ class tree: GilliGan ] [ index: GilliGan ] [ all elements ]

Source for file DebuggingSettings.inc.php

Documentation is available at DebuggingSettings.inc.php

  1. <?php
  2.   /**
  3.    * @package GilliGan
  4.    */
  5.  
  6.   /**
  7.    * Switch this to true, if you wish an errormessage on failed sql orders on
  8.    * mysql; Switch it to false otherwise.
  9.    */
  10.   define"MYSQLDEBUGGING"true );
  11.  
  12.   /**
  13.    * Switch this to true, if you want to see debugging information in scripts,
  14.    * when an error occurs; Switch it to false otherwise.
  15.    */
  16.   define"SCRIPTDEBUGGING"true );
  17.  
  18.   /**
  19.    * Switch this to true, if you want to automatically create a new database
  20.    * table when a new database's object of the class MySQLDatabase will be
  21.    * create.
  22.    * In this database table errologs will be written on error occurance, while
  23.    * the constant GENERATEMYSQLSYSTEMERRORLOGS is true.
  24.    */
  25.   define"GENERATEMYSQLSYSTEMERRORLOGS"true );
  26.  
  27.   /**
  28.    * Switch this to true, if the admin (see settings.inc.php) should get an
  29.    * e-mail when a log of mysql error is written.
  30.    */
  31.   define"SENDEMAIL2ADMINONMYSQLERRORS"true );
  32.  
  33.   /**
  34.    * Switch this to true, if you wish to see complete backtraces on errors.
  35.    */
  36.   define"DEBUG_COMPLETE_BACKTRACES"false );
  37. ?>

Documentation generated on Thu, 05 Jun 2008 19:11:16 +0200 by phpDocumentor 1.4.1