File manager - Edit - /home/capoccitel/www/components/com_tlpportfolio/controllers/portfolios.php
Back
<?php /** * @version 2.0 * @package com_tlpportfolio * @author TechLabPro <info@techlabpro.com> * @copyright Copyright (C) 2015. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; require_once JPATH_COMPONENT . '/controller.php'; /** * Portfolios list controller class. * * @since 1.6 */ class TlpportfolioControllerPortfolios extends TlpportfolioController { /** * Proxy for getModel. * * @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 * * @since 1.6 */ public function &getModel($name = 'Portfolios', $prefix = 'TlpportfolioModel', $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