扩展ewap_eloop标签支持更多其他内容的调用,如用此标签获取子栏目。
ewap_eloop标签是WAP的专用标签,扩展后支持任何数据的调用。
打开文件 wapfun.php,找到206的 ewap_ReturnBqQuery,在此函数的226行开始加上如下代码:

 

if($enews==100)//栏目
        {
                if($line >0){
                        $limit = "limit 0,$line";        
                }
                if(ifmod($classid)){
                        $sonclass = str_replace("|", ",", $emod_r[$classid][sonclass]);
                        $sonclass = substr($sonclass, 1,-1);
                        if($sonclass){
                                $sonclass = "classid in ($sonclass)";
                        }
                }else{
                        $sonclass = ReturnClass($class_r[$classid][sonclass]);
                        if($classids){
                                $sonclass = "classid in ($classids)";
                        }
                }
                $sonsql=$empire->query("select * from {$dbtbpre}enewsclass where $sonclass order by myorder $limit");
                return $sonsql;
        }

ewap_eloop标签的操作类型为100的时候就能调出子栏目。

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。