在php中分页时在哪里存储图片。数据库或文件夹?

时间:2009-08-01 02:45:10

标签: php mysql image

我在哪里可以在分页时存储图片。是否应该存储在文件夹或db中。在db中存储什么。整个图像或只有路径。 if path只能获取目录中图片的路径。请帮帮我


完全重复: User Images: Database or filesystem storage?
完全重复: Storing images in database: Yea or nay?
完全重复: Should I store my images in the database or folders?
完全重复: Would you store binary data in database or folders?
完全重复: Store pictures as files or or the database for a web app?
完全重复: Storing a small number of images: blob or fs?
完全重复: store image in filesystem or database?

1 个答案:

答案 0 :(得分:3)

我可能会将图像存储在一个文件夹中,只是让数据库指向它。您的文件系统设置为很好地存储文件并有效地访问它们,所以只需使用它。如果您在代码中将内容根目录硬编码为常量,则可以使用该目录并根据存储在数据库中的路径构建路径。