Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 排序Joomla/Virtuemart生成的地址列表_Php_Joomla2.5_Virtuemart - Fatal编程技术网

Php 排序Joomla/Virtuemart生成的地址列表

Php 排序Joomla/Virtuemart生成的地址列表,php,joomla2.5,virtuemart,Php,Joomla2.5,Virtuemart,我试图将Virtuemart 2生成的列表按字母顺序排列。我找到了列表在视图中呈现的位置,但我无法使用此代码执行任何操作,我需要处理的只是以下内容: <?php echo $this->lists['shipTo']; ?> 我尝试使用JS,但我需要一个生成的UL类,UL没有得到一个类 有谁能解释一下我怎样才能把这张单子整理好吗 components/com_virtuemart/views/user/tmpl/edit_address_addshipto.php

我试图将Virtuemart 2生成的列表按字母顺序排列。我找到了列表在视图中呈现的位置,但我无法使用此代码执行任何操作,我需要处理的只是以下内容:

<?php echo $this->lists['shipTo']; ?> 
我尝试使用JS,但我需要一个生成的UL类,UL没有得到一个类

有谁能解释一下我怎样才能把这张单子整理好吗

components/com_virtuemart/views/user/tmpl/edit_address_addshipto.php