Source for file featured.php

Documentation is available at featured.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Administrator
  4.  * @subpackage  com_content
  5.  *
  6.  * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
  7.  * @license     GNU General Public License version 2 or later; see LICENSE.txt
  8.  */
  9.  
  10. defined('_JEXEC'or die;
  11.  
  12. /**
  13.  * @package     Joomla.Administrator
  14.  * @subpackage  com_content
  15.  */
  16. class ContentTableFeatured extends JTable
  17. {
  18.     /**
  19.      * @param   JDatabaseDriver  A database connector object
  20.      */
  21.     public function __construct(&$db)
  22.     {
  23.         parent::__construct('#__content_frontpage''content_id'$db);
  24.     }
  25. }

Documentation generated on Tue, 19 Nov 2013 15:02:53 +0100 by phpDocumentor 1.4.3