Highway to PSR2
[openemr.git] / portal / patient / fwk / libs / verysimple / DB / DatabaseConfig.php
blobc4c493bf59a044fadc8d38f3f38fc1bc1dcce29d
1 <?php
2 /** @package verysimple::DB::DataDriver */
4 /**
5 * A static class that holds global database configuration options.
7 * @package verysimple::DB::DataDriver
8 * @author VerySimple Inc. <noreply@verysimple.com>
9 * @copyright 1997-2010 VerySimple Inc.
10 * @license http://www.gnu.org/licenses/lgpl.html LGPL
11 * @version 1.0
13 class DatabaseConfig
15 /** @var boolean set to true to convert NULL values to empty string when inserting/updating */
16 public static $CONVERT_NULL_TO_EMPTYSTRING = true;