[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_content/tables/ -> featured.php (source)

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


Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1