Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/administrator/components/com_phocacart/models/fields/phocacartgroups.php
Назад
<?php /* @package Joomla * @copyright Copyright (C) Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @extension Phoca Extension * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die(); class JFormFieldPhocacartGroups extends JFormField { protected $type = 'PhocacartGroups'; protected function getInput() { $tableType = (string)$this->element['table']; switch($tableType) { case 1: // User table by user_id not by id $id = (int) $this->form->getValue('user_id'); break; default: $id = (int) $this->form->getValue('id'); break; } $activeGroups = array(); if ((int)$id > 0) { $activeGroups = PhocacartGroup::getGroupsById($id, $tableType, 1); } if (empty($activeGroups)) { $activeGroups = PhocacartGroup::getDefaultGroup(1); } return PhocacartGroup::getAllGroupsSelectBox($this->name.'[]', $this->id, $activeGroups, NULL, 'id' ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка