Your IP : 216.73.216.250


Current Path : /home/digilove/www/110/installation/framework/database/query/
Upload File :
Current File : /home/digilove/www/110/installation/framework/database/query/pdo.php

<?php
/**
 * ANGIE - The site restoration script for backup archives created by Akeeba Backup and Akeeba Solo
 *
 * @package   angie
 * @copyright Copyright (c)2009-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

/**
 * This file may contain code from the Joomla! Platform, Copyright (c) 2005 -
 * 2012 Open Source Matters, Inc. This file is NOT part of the Joomla! Platform.
 * It is derivative work and clearly marked as such as per the provisions of the
 * GNU General Public License.
 */

/**
 * Query Building Class.
 */
class ADatabaseQueryPdo extends ADatabaseQuery
{
}