PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
administrator
/
components
/
com_associations
<?php /** * @package Joomla.Administrator * @subpackage com_associations * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Component Controller * * @since 3.7.0 */ class AssociationsController extends JControllerLegacy { /** * The default view. * * @var string * * @since 3.7.0 */ protected $default_view = 'associations'; }
[+]
models
[-] controller.php
[edit]
[+]
views
[+]
helpers
[+]
controllers
[-] access.xml
[edit]
[-] associations.php
[edit]
[+]
layouts
[-] config.xml
[edit]
[-] associations.xml
[edit]
[+]
..