Update PR template for AI documentation (#7706)
[openemr.git] / portal / patient / fwk / libs / verysimple / DB / DatabaseConfig.php
blobe207355dfdf652269af5add9a3e12563301b9f8f
1 <?php
3 /** @package verysimple::DB::DataDriver */
5 /**
6 * A static class that holds global database configuration options.
8 * @package verysimple::DB::DataDriver
9 * @author VerySimple Inc. <noreply@verysimple.com>
10 * @copyright 1997-2010 VerySimple Inc.
11 * @license http://www.gnu.org/licenses/lgpl.html LGPL
12 * @version 1.0
14 class DatabaseConfig
16 /** @var boolean set to true to convert NULL values to empty string when inserting/updating */
17 public static $CONVERT_NULL_TO_EMPTYSTRING = true;