name : controller.php
<?php

/**
 * General Controller of Dearflip component
 *
 * @package     pkg_dearflip
 * @subpackage  com_dearflip
 * @since       1.0.0
 * @copyright   Copyright © 2007 Free Software Foundation, Inc. All rights reserved.
 * @license   GNU General Public License version 3 or later; see https://www.gnu.org/licenses/gpl-3.0.en.html

 */

// No direct access to this file
defined( '_JEXEC' ) or die( 'Restricted access' );


jimport( 'joomla.application.component.controller' );

class DearflipController extends JControllerLegacy {
  /**
   * The default view for the display method.
   *
   * //   * @var string
   * @since 12.2
   */
  protected $default_view = 'dearflips';
}

© 2025 Cubjrnet7