Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_jchat/Table/RecorderTable.php
Ðазад
<?php namespace JExtstore\Component\JChat\Administrator\Table; /** * * @package JCHAT::RECORDER::components::com_jchat * @subpackage tables * @author Joomla! Extensions Store * @Copyright (C) 2015 - Joomla! Extensions Store * @license GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html */ // no direct access defined ( '_JEXEC' ) or die ( 'Restricted access' ); use Joomla\CMS\Table\Table; use Joomla\Database\DatabaseDriver; /** * ORM Table for video recordings * * @package JCHAT::RECORDER::components::com_jchat * @subpackage tables * @since 2.9 */ class RecorderTable extends Table { /** * * @var int */ public $id = 0; /** * * @var string */ public $title = ''; /** * * @var string */ public $size = ''; /** * * @var datetime */ public $timerecord = null; /** * * @var string */ public $peer1 = ''; /** * * @var string */ public $peer2 = ''; /** * Class constructor * * @param Object $db */ public function __construct(DatabaseDriver $db) { parent::__construct ( '#__jchat_recordings', 'id', $db ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка