Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/modules/mod_vertical_menu/params/offlajnzoocategoriesextended/offlajnzoocategoriesextended.php
Назад
<?php /** * mod_vertical_menu - Vertical Menu * * @author Balint Polgarfi * @copyright 2014-2019 Offlajn.com * @license https://gnu.org/licenses/gpl-2.0.html * @link https://offlajn.com */ ?><?php /*------------------------------------------------------------------------ # offlajnlist - Offlajn List Parameter # ------------------------------------------------------------------------ # author Jeno Kovacs # copyright Copyright (C) 2012 Offlajn.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.offlajn.com -------------------------------------------------------------------------*/ defined('_JEXEC') or die('Restricted access'); @JOfflajnParams::load('offlajnmultiselectlist'); class JElementOfflajnZooCategoriesExtended extends JElementOfflajnMultiSelectList { var $_name = 'OfflajnZooCategoriesExtended'; function getItems(&$node) { $this->loadFiles(); $this->loadFiles('OfflajnList'); $where = ""; $db =& JFactory::getDBO(); // load the list of menu types // TODO: move query to model /* $query = 'SELECT menutype, title' . ' FROM #__menu_types' . ' ORDER BY title'; $db->setQuery( $query ); $menuTypes = $db->loadObjectList(); */ $where = ' WHERE published = 1 '; if (!empty($menuType)) { $where .= ' AND c.application_id = '.$db->Quote($menuType); } $where .= ' AND c.published = 1 '; $query = 'SELECT c.*, c.name AS title, c.parent AS parent, c.parent AS parent_id, a.name AS appname, a.id as appid FROM #__zoo_category AS c LEFT JOIN #__zoo_application AS a ON a.id = c.application_id ' . $where .' ORDER BY c.parent, c.ordering'; /* if(version_compare(JVERSION,'3.0.0','ge')) $query = 'SELECT id, parent_id, parent_id as parent, title, menutype, type' . ' FROM #__menu' . $where . ' ORDER BY menutype, lft, parent_id' ; elseif(version_compare(JVERSION,'1.6.0','ge')) $query = 'SELECT id, parent_id, parent_id as parent, title, menutype, type' . ' FROM #__menu' . $where . ' ORDER BY menutype, lft, parent_id, ordering' ; else $query = 'SELECT id, parent AS parent_id, parent, name, menutype, type' . ' FROM #__menu' . $where . ' ORDER BY menutype, parent, ordering' ; */ $db->setQuery($query); $menuItems = $db->loadObjectList(); // establish the hierarchy of the menu // TODO: use node model $children = array(); //print_r($menuItems); exit; if ($menuItems){ // first pass - collect children foreach ($menuItems as $v){ $pt = $v->parent_id; $list = @$children[$pt] ? $children[$pt] : array(); array_push( $list, $v ); $children[$pt] = $list; } } // second pass - get an indent list of the items $list = JHTML::_('menu.treerecurse', 0, '', array(), $children, 9999, 0, 0 ); // assemble into menutype groups $n = count( $list ); $groupedList = array(); foreach ($list as $k => $v) { //$groupedList[$v->menutype][] = &$list[$k]; $groupedList[$v->appname][] = &$list[$k]; } //print_r($groupedList);exit; return $groupedList; } } if(version_compare(JVERSION,'1.6.0','ge')) { class JFormFieldOfflajnZooCategoriesExtended extends JElementOfflajnZooCategoriesExtended {} }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка