b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher28/administrator/components/com_associations/
File Upload :
Current File : E:/www/instructor/teacher28/administrator/components/com_associations/controller.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_associations
 *
 * @copyright   Copyright (C) 2005 - 2017 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';
}

Copyright © 2019 by b0y-101