`
tpsang
  • 浏览: 1574 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

smarty配置

//以下为:smart_inc.php include_once("Smarty/Smarty.class.php"); //包含smarty类文件 压缩包中的libs文件夹中 $smarty = new Smarty(); //建立smarty实例对象$smarty $smarty->config_dir="Smarty/Config_File.class.php"; // 目录变量 $smarty->caching=false; //是否使用缓存,项目在调试期间,不建议启用缓存 $smarty->cache ...

php操作类

<?php /** +---------------------------------------------------------- * Mysql操作类 +---------------------------------------------------------- * 文件名称 Db.class.php +---------------------------------------------------------- * 文件描述 mysql操作类 +--------------------------------------------- ...
Global site tag (gtag.js) - Google Analytics