Source for file clients.php
Documentation is available at clients.php
* @package Joomla.Administrator
* @subpackage com_banners
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Clients list controller class.
* @package Joomla.Administrator
* @subpackage com_banners
* @var string The prefix to use with controller messages.
* Method to get a model object, loading it if required.
* @param string $name The model name. Optional.
* @param string $prefix The class prefix. Optional.
* @param array $config Configuration array for model. Optional.
* @return object The model.
public function getModel($name =
'Client', $prefix =
'BannersModel', $config =
array('ignore_request' =>
true))
$model =
parent::getModel($name, $prefix, $config);
Documentation generated on Tue, 19 Nov 2013 14:55:54 +0100 by phpDocumentor 1.4.3