2013年7月12日

摘要: 1.安装 下载最新的smarty。下载地址:http://www.smarty.net/download 下载成功后,解压压缩包后的文件如图所示: 将解压后的文件存放在web文档根目录外的某个位置。windows下,这个位置可能是: C:\php\includes\Smarty-3.1.132. 因为需要将smarty类库包含在应用程序中,所以要确保此位置(C:\php\includes\Smarty-3.1.13)包含在php的include_path中。将该路径附加在include_path后面: ; Windows: "\path1;\path2" include_p 阅读全文
posted @ 2013-07-12 12:59 cccccccccccc 阅读(575) 评论(0) 推荐(0) 编辑

导航