0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
administrator
/
components
/
com_csvi
/
controllers
/
[
Home
]
File: templatetype.php
<?php /** * * Controller for the templatetype editing * * @package Csvi * @author RolandD * @link http://www.csvimproved.com * @copyright Copyright (C) 2006 - 2013 RolandD Cyber Produksi. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @version $Id: templatetype.php 2275 2013-01-03 21:08:43Z RolandD $ */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die('Restricted access'); // Load the controller framework jimport('joomla.application.component.controllerform'); /** * Controller for the template type editing * * @package Csvi * @author RolandD * @since 4.0 */ class CsviControllerTemplatetype extends JControllerForm { /** * Proxy for getModel * * @copyright * @author RolandD * @todo * @see * @access public * @param * @return object of a database model * @since 4.0 */ public function getModel($name = 'Templatetype', $prefix = 'CsviModel') { $model = parent::getModel($name, $prefix, array('ignore_request' => false)); return $model; } } ?>
©
2018.