소스 검색

Update extend.func.php

tags/6.5.6
叙述、别离 1 주 전
부모
커밋
23b84eaf79
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/system/extend.func.php

+ 2
- 2
src/system/extend.func.php 파일 보기

@@ -38,7 +38,7 @@ function obtaintags($aid, $num = 3)
}
return $tags;
}
//提取文档多图片[field:body function='obtainimgs(@me,3)'/]3表示调用文档3张图片,则附加字段需添加body字段调用channelid='模型id' addfields='字段1,字段2'
//提取文档多图片[field:body function='obtainimgs(@me,3)'/]3表示调用文档3张图片,例如:文档模型body字段,列表附加字段添加body,dede:arclist标签调用添加channelid='1' addfields='body'
if (!function_exists('obtainimgs')) {
function obtainimgs($string, $num)
{
@@ -71,7 +71,7 @@ function obtainalt($newalt)
$newalt = str_ireplace(" /", "", $newalt);
return $newalt;
}
//联动单筛选{dede:php}obtainfilter(模型id,类型,'字段1,字段2');{/dede:php}类型表示前台展现方式对应case值
//联动单筛选{dede:php}obtainfilter(模型id,类型,'字段1,字段2');{/dede:php}类型表示前台展现方式对应case值,例如:文档模型style字段radio选项卡类型,列表附加字段类别添加style,标签调用{dede:php}obtainfilter(1,1,'style');{/dede:php}
function obtainfilter($channelid, $type = 1, $fieldsnamef = '', $defaulttid = 0, $toptid = 0, $loadtype = 'autofield')
{
global $tid, $dsql, $id, $aid;


불러오는 중...
취소
저장