name : dearflips.php
<?php


/**
 
 * @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' );

/**
 * Dearflips Controller
 *
 * @since  0.0.1
 */
class DearflipControllerDearflips extends JControllerAdmin {
  /**
   * 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 = 'Dearflip', $prefix = 'DearflipModel', $config = array( 'ignore_request' => true ) ) {
    $model = parent::getModel( $name, $prefix, $config );
    
    return $model;
  }
}

© 2025 Cubjrnet7