如何在codeigniter框架中安装phpThumb。我已经放置了像floder struture下面的文件
/uploads
/cache
/images
phpthumb.bmp.php
phpthumb.class.php
phpThumb.config.php
phpthumb.filters.php
phpthumb.functions.php
phpthumb.gif.php
phpthumb.ico.php
phpThumb.php
phpthumb.unsharp.php
当我将这个phpThumb文件放在上传文件夹中时,我的网页显示为空,当我删除这些文件时,网页加载正确。我怎么能解决这个问题,让我知道如何在我的codeigniter框架中安装PHPThumb
答案 0 :(得分:2)
将pHP thumbe文件夹放在项目的根目录
中