多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
原作者:yufan    chm整合-yufan  Q:956932910 个人网站[http://www.phper.kuphp.net/](http://www.phper.kuphp.net/)  论坛推荐[http://bbs.lampym.com/index.php?c=thread&fid=12](http://bbs.lampym.com/index.php?c=thread&fid=12)   首先是数据库连接配置: config目录里面database.ini.php   <?php if (!defined('IN_FINECMS')) exit();   /**  * 数据库配置信息  */ return array(    'host'     => 'localhost', //主机名字,必须和数据库一致  'username' => 'root', //用户名字,必须和数据库用户名字一致  'password' => '123', //密码,数据库登陆密码  'dbname'   => 'fine', //数据库名字  'prefix'   => 'fn_', //表前缀  'charset'  => 'utf8', //字符集  'port'     => '',   );     去缩略裁剪功能:后台图片配置去掉200*200   ![](https://box.kancloud.cn/2015-08-05_55c17a6002a5f.jpg) ![](https://box.kancloud.cn/2015-08-05_55c17a600ab25.jpg) ![](https://box.kancloud.cn/2015-08-05_55c17a601da22.jpg) ![](https://box.kancloud.cn/2015-08-05_55c17a602dde9.jpg) ![](https://box.kancloud.cn/2015-08-05_55c17a603b9f5.jpg) ![](https://box.kancloud.cn/2015-08-05_55c17a604bf78.jpg)