File manager - Edit - /home/capoccitel/www/components/com_rtlogoshowcase/helpers/category.php
Back
<?php /** * @version 2.0 * @package com_rtlogoshowcase * @author RadiusTheme <support@radiustheme.com> * @copyright Copyright (C) 2016. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access defined('_JEXEC') or die; /** * Content Component Category Tree * * @since 1.6 */ class RtlogoshowcaseCategories extends JCategories { /** * Class constructor * * @param array $options Array of options * * @since 11.1 */ public function __construct($options = array()) { $options['table'] = '#__rtlogoshowcase_logos'; $options['extension'] = 'com_rtlogoshowcase'; parent::__construct($options); } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings