Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_notifly/models/dashboard.php
Назад
<?php /** * @package Joomla.Administrator * @subpackage com_notifly * * @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; /** * Feature model. * * @since 1.6 */ class NotiflyModelDashboard extends JModelItem { /** * Returns a Table object, always creating it. * * @param string $type The table type to instantiate * @param string $prefix A prefix for the table class name. Optional. * @param array $config Configuration array for model. Optional. * * @return JTable A database object * * @since 1.6 */ public function getTable($type = 'Dashboard', $prefix = 'NotiflyTable', $config = array()) { return JTable::getInstance($type, $prefix, $config); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка