-
TP3.2生成静态文件
protected function buildHtml($htmlfile="",$htmlpath="",$templateFile="") {
$content = $this->fetch($templateFile);
$htmlpath = !empty($htmlpath) ? $htmlpath : HTML_PATH."/"; // 项目目录下的html目录
$htmlfile = $htmlpath.$htmlfile.".html";
$dir = dirname($htmlfile);
if(!is_dir($dir)){
mkdir($dir,0777,true);
}
if(file_put_contents($htmlfile,$content) === false) {
return false;
} else {
return true;
}
}
- 2022-03-11 14:42:41下载
- 积分:1
-
PHP.Pocket.Reference.2nd.Edition
php英文学习资料,奥来里的书,好东西啊(php English learning materials, Austria to inside the book, a good thing ah)
- 2010-01-16 17:05:59下载
- 积分:1
-
PHP XMl 生成与解析文件
PHP 生成解析XML文件
- 2023-06-04 02:55:02下载
- 积分:1
-
海洋cms V6.54
seacms v6.54 full update
- 2018-02-01 20:25:21下载
- 积分:1
-
大型ASP搜索引擎.rar 大型ASP搜索引擎.rar
大型ASP搜索引擎.rar 大型ASP搜索引擎.rar-大型ASP搜索引擎.rar
- 2022-06-12 02:15:33下载
- 积分:1
-
thinkphp5通用后台系统
thinkphp5通用后台系统,php+mysql安装即可食用
- 2022-02-27 07:27:52下载
- 积分:1
-
v29
一个博客系统,简单的博客,没什么特别,初学者使用(A blog system, simple blog, nothing special, beginners use)
- 2020-06-18 14:00:02下载
- 积分:1
-
Forum for the use of ASP.NET development project, C#, SQL2000 combination develo...
使用ASP.NET开发的论坛系统项目,C#,SQL2000结合所开发而成。-Forum for the use of ASP.NET development project, C#, SQL2000 combination developed.
- 2023-03-17 22:40:04下载
- 积分:1
-
一个不错的网站源码,我喜欢,相信你也喜欢
一个不错的网站源码,我喜欢,相信你也喜欢-A good website source code, I like, I believe you also like to
- 2022-03-06 21:08:43下载
- 积分:1
-
微信万能表单4.4WEUI开源版_微信魔方
说明: 源码说明:
实现各行业的报名、预约、加盟申请、调查等应用
支持创建N个表单主题,每个表单主题功能设置均独立
支持新建N个表单主题,解决所有表单的应用场景
自定义表单模型(自定义字段支持字符串、数字、单选、多选、下拉、日历、时间、邮件、省市区、上传图片),每个自定义字段支持自定义描述(字段提示),支持关联会员表字段并支持会员表自定义字段;
多个表单提交页皮肤;
支持PC端管理 + 微信端管理;
邮件通知 + 微信客服通知 + 微信模板消息通知 + 短信通知;
粉丝关注开关;
用户删除提交记录开关;
表单记录导出;(Source description:
Realize the application of registration, reservation, application and investigation in various industries
Supports the creation of N form topics, each of which has its own function settings.
Support the creation of N new form topics to solve all forms application scenarios
Custom form model (custom fields support string, number, radio, multi-selection, drop-down, calendar, time, mail, provincial and urban areas, upload pictures). Each custom field supports custom description (field prompt), associates member table fields and supports member table custom fields.
Multiple forms submit page skins;
Supporting PC side management + micro-message side management;
Mail notification + Wechat customer service notification + Wechat template message notification + SMS notification;
Fans pay attention to the switch;
The user deletes the submission record switch.
Form record export;)
- 2020-06-16 14:20:02下载
- 积分:1