File manager - Edit - /home/capoccitel/www/components/com_tlptestimonial/controllers/testimonials.php
Back
<?php /** * @version 1.0.0 * @package com_tlptestimonial * @copyright Copyright (C) 2014. 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'; /** * Testimonials list controller class. */ class TlptestimonialControllerTestimonials extends TlptestimonialController { /** * Proxy for getModel. * @since 1.6 */ public function &getModel($name = 'Testimonials', $prefix = 'TlptestimonialModel', $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