Source for file newsfeeds.php
Documentation is available at newsfeeds.php
* @package Joomla.Administrator
* @subpackage com_newsfeeds
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Form Field class for the Joomla Framework.
* @package Joomla.Administrator
* @subpackage com_newsfeeds
protected $type =
'Newsfeeds';
* Method to get the field options.
* @return array The field option objects.
$query =
$db->getQuery(true)
->select('id As value, name As text')
->from('#__newsfeeds AS a')
$options =
$db->loadObjectList();
catch
(RuntimeException $e)
// Merge any additional options in the XML definition.
Documentation generated on Tue, 19 Nov 2013 15:09:29 +0100 by phpDocumentor 1.4.3