Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/modules/mod_canonical/helper.php
Назад
<?php // No direct access defined( '_JEXEC' ) or die; /** * Class Module Helper * @author */ class modCanonicalHelper { /** * getData method * @param $params * @return array */ static function getItems( $cat ) { $db = JFactory::getDbo(); $m=array(); $list = $db->setQuery(' SELECT id, name, elements FROM jos_zoo_item where type="product" and instr(elements, "\"'.$cat.'\"")<>0')->loadAssocList(); foreach($list as $item) { $c=json_decode($item['elements'],true); if ($c['590dc7f6-a0d8-4062-810a-92d118568f5e']['category']['0']==$cat) { $m[$item['id']]=$item['name']; } } return $m; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка