phplib/DBConfig.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace FOO;

/**
 * Class DBConfig
 * Config values backed by the DB.
 * @package FOO
 */
class DBConfig extends DBArray {
    public static $TABLE = 'config';
}