织梦DedeCMS教程:如何调出图集的图片数量
2017-03-27 20:02:53
dedecms
织梦dedecms如何调出图集的图片数量,效果如图:
可以通过添加小助手函数来实现,打开/include/helpers/archive.helper.php 在底部添加如下代码:
01
/**
02
* 获取图集里面图片的数量
03
*
04
* @param
int $aid 图集id
05
* @return array
06
*/
07
if(! function_exists('Getimgnum')) {
08
function Getimgnum($aid)
09
{
10
global $dsql;
11
$imgurls