需要帮助在.inc文件中添加图标

时间:2016-10-04 20:06:44

标签: php include

我想要做的就是在我的安装脚本中的exif数据旁边添加一个小图标,这样它就会显示在名称文本旁边。如何在db_insert中添加和链接图像

这是我的安装代码,一切都很好,但可以在它旁边添加图标。

db_insert("photo_param",Array("id"=>'1',"name"=>"File name","type"=>"system","default_lov"=>"fnl"));
db_insert("photo_param",Array("id"=>'2',"name"=>"File size","type"=>"system","default_lov"=>"siz"));
db_insert("photo_param",Array("id"=>'3',"name"=>"Date/Time","type"=>"system","default_lov"=>"cdt"));
db_insert("photo_param",Array("id"=>'4',"name"=>"Dimensions","type"=>"system","default_lov"=>"dim"));
db_insert("photo_param",Array("id"=>'5',"name"=>"Camera model","type"=>"system","default_lov"=>"exif_model"));
db_insert("photo_param",Array("id"=>'6',"name"=>"Sensitivity","type"=>"system","default_lov"=>"exif_iso"));
db_insert("photo_param",Array("id"=>'7',"name"=>"Shutter speed","type"=>"system","default_lov"=>"exif_exp_time"));
db_insert("photo_param",Array("id"=>'8',"name"=>"Aperture","type"=>"system","default_lov"=>"exif_f"));
db_insert("photo_param",Array("id"=>'9',"name"=>"Focal Length","type"=>"system","default_lov"=>"exif_fl"));
db_insert("photo_param",Array("id"=>'10',"name"=>"Date/Time(Exif)","type"=>"system","default_lov"=>"exif_datetime"));

0 个答案:

没有答案