| Current Path : /home/sunflowe/www2/vacancesfloride/administrator/components/com_content/tables/ |
| Current File : /home/sunflowe/www2/vacancesfloride/administrator/components/com_content/tables/featured.php |
<?php
/**
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// no direct access
defined('_JEXEC') or die;
/**
* @package Joomla.Administrator
* @subpackage com_content
*/
class ContentTableFeatured extends JTable
{
/**
* @param JDatabase A database connector object
*/
function __construct(&$db)
{
parent::__construct('#__content_frontpage', 'content_id', $db);
}
}