Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的网站创建一个照片库,我打算使用 Lightbox。在使用 CakePHP 时,我可以自动创建与灯箱相关的图像链接吗?
是否有任何助手可以扫描我的图像目录,然后生成如下链接:-
<a href="images/1.jpg" rel="lightbox[plants]" title=""><img src="images/1t.jpg alt="Plants: image 1 of 4" />
上传图像文件时,最好将所有图像详细信息(如“title、alt_tag_msg、image_path”)保存到数据库中。然后,您可以直接从该表中获取图像详细信息,并使用 foreach 循环轻松完成。