博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php 从数据库读取照片_不需要数据库PHP照片库脚本
阅读量:2524 次
发布时间:2019-05-11

本文共 2031 字,大约阅读时间需要 6 分钟。

php 从数据库读取照片

It is nice to set up some gallery on the web and share with friends and family. Some online services are good and convenient. But if you want to host it on your own domain and control them by yourself, there are also many scripts available. Usually, we want the script simple to use and easy to set up without requiring any database. In this post, I introduce 2 PHP scripts.

很高兴在网络上建立一些并与亲朋好友分享。 一些在线服务既好又方便。 但是,如果您想将其托管在自己的域上并由您自己控制,也可以使用许多脚本。 通常,我们希望脚本易于使用且易于设置, 而无需任何数据库 。 在这篇文章中,我介绍2个PHP脚本。

Single File PHP Gallery by Kenny Svalgaard

Kenny Svalgaard的单一文件PHP画廊

Download:

Demo:

下载: :

演示: :

Single File PHP Gallery is a photo gallery written in PHP. It has only one single PHP file. The thumbnails for photos and directories are generated automatically. Single File PHP Gallery does not require any configuration or skills to use or databases. All you have to do is copy the script to the directory containing your photos to make a gallery. And it automatically organize sub directories as sub galleries.

Single File PHP Gallery是一个用PHP编写的照片库。 它只有一个PHP文件。 照片和目录的缩略图是自动生成的。 单一文件PHP Gallery不需要任何配置或技能即可使用或使用数据库。 您所要做的就是将脚本复制到包含照片的目录中以创建图库。 并且它自动将子目录组织为子画廊。

( )

Download:

Demo: (my old photo gallery with customized theme)

下载: :

演示: : (我的老照片画廊带有自定义主题)

phpGraphy is a free PHP photo gallery script written with simplicity and efficiency in mind following the KISS philosophy. It is released under GPL license. It is easy to install and has minimal requirements. phpGraphy integrates a bunch of nice features like comments, rating, EXIF/IPTC handling. Although phpGraphy can be set up to use databases, you can also choose to use files for storing information for it. The development seems freeze for several years. But the current features should be find for a personal photo gallery.

phpGraphy是一个免费PHP照片库脚本,它遵循KISS理念,以简洁和高效为宗旨。 它是根据GPL许可发布的。 它易于安装且要求最低。 phpGraphy集成了许多不错的功能,例如注释,评级,EXIF / IPTC处理。 尽管可以将phpGraphy设置为使用数据库,但是您也可以选择使用文件来存储信息。 发展似乎冻结了几年。 但是,应该为个人照相馆找到当前功能。

翻译自:

php 从数据库读取照片

转载地址:http://nylwd.baihongyu.com/

你可能感兴趣的文章
基于Golang打造一款开源的WAF网关
查看>>
POJ 2955 Brackets
查看>>
Python: execute an external program (zz)
查看>>
在T-SQL语句中访问远程数据库(openrowset/opendatasource/openquery)
查看>>
闭包2
查看>>
轮播图组件及vue-awesome-swiper的引入
查看>>
Java 笔记07
查看>>
POJ 3041 Asteroids (二分匹配)
查看>>
响应式布局
查看>>
缺陷跟踪系统Mantis之安装篇(转载)
查看>>
UI1_UITableViewHomeWork
查看>>
简单解析依赖注入(控制反转)在Spring中的应用
查看>>
NoSQL 简介及什么是AICD
查看>>
hibernate+mysql的连接池配置
查看>>
条件运算符 (?:)
查看>>
javascript Array(数组)
查看>>
HDU1518 Square 【剪枝】
查看>>
桥接模式
查看>>
android windows 上JNI编程
查看>>
PHP中可变变量到底有什么用?
查看>>