| Current Path : /home/sunflowe/www2/vacancesfloride/administrator/components/com_akeeba/tables/ |
| Current File : /home/sunflowe/www2/vacancesfloride/administrator/components/com_akeeba/tables/stat.php |
<?php
/**
* @package AkeebaBackup
* @copyright Copyright (c)2009-2016 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
* @since 3.5
*/
// Protect from unauthorized access
defined('_JEXEC') or die();
class AkeebaTableStat extends F0FTable
{
public function __construct( $table, $key, &$db )
{
parent::__construct('#__ak_stats', 'id', $db);
}
}