Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 图片和附件中的图片各式用什么函数表达的?

[复制链接]
m19901212 发表于 2014-7-13 16:11:25 | 显示全部楼层 |阅读模式
如题,我要调用这两类资源,不知道该怎么写了,不过求得了一段调取图片的代码,大家看一下,也给我点指点吧!

  1. $attachs=C::t('forum_attachment_n')->fetch_all_by_id('pid:'. $firstpost['pid'], 'pid',  $firstpost['pid'],false,true,false,false,$picturenum);
  2.    $images=array();
  3.    foreach($attachs as $attach){
  4.           $images[$attach['aid']]=($attach['remote'] ? $_G['setting']['ftp']['attachdir'] : $_G['setting']['attachdir']).'forum/'.$attach['attachment'];
  5.    }
复制代码


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 21:25 , Processed in 0.017318 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表