File manager - Edit - /home/capoccitel/www/components/com_tlpteam/controllers/teams.php
Back
<?php /** * @version 2.0 * @package com_tlpteam * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author TechLabPro <techlabpro@gmail.com> - http://www.techlabpro.com */ // No direct access. defined('_JEXEC') or die; require_once JPATH_COMPONENT.'/controller.php'; /** * Teams list controller class. */ class TlpteamControllerTeams extends TlpteamController { /** * Proxy for getModel. * @since 1.6 */ public function &getModel($name = 'Teams', $prefix = 'TlpteamModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings