Source for file feature.php
Documentation is available at feature.php
* @package Joomla.Administrator
* @subpackage com_content
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
require_once __DIR__ .
'/article.php';
* @package Joomla.Administrator
* @subpackage com_content
* Returns a Table object, always creating it.
* @param type The table type to instantiate
* @param string A prefix for the table class name. Optional.
* @param array Configuration array for model. Optional.
* @return JTable A database object
public function getTable($type =
'Featured', $prefix =
'ContentTable', $config =
array())
* A protected method to get a set of ordering conditions.
* @param object A record object.
* @return array An array of conditions to add to add to ordering queries.
Documentation generated on Tue, 19 Nov 2013 15:02:50 +0100 by phpDocumentor 1.4.3