Comment on Code

@link https://phspark.com/doc/main/master/

/**
 * This file is part of the Phspark framework.
 *
 * (c) Ntechpark Technologies Ltd. <admin@ntechpark.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */


/**
 * @package     Phspark
 * @author      Ntechpark Technologies Dev Team
 * @copyright   Copyright (c) 2020 - 2022
 * @license     http://opensource.org/licenses/MIT      MIT License
 * @link        http://ntechpark.com
 * @since       Version 1.0.0
 * @filesource
 */

 /**
 * Phspark Database Adapter Class
 *
 * Note: _DB is an extender class that the app controller
 * creates dynamically based on whether the query builder
 * class is being used or not.
 *
 * @package             Phspark
 * @subpackage  Drivers
 * @category    Database
 * @author              Ntechpark Technologies Dev Team
 * @link                http://ntechpark.com/doc/phspark/database/
 */