Skip to content

Commit 08a4bd4

Browse files
author
无念
committed
v5.3.7
1 parent b6ed8b4 commit 08a4bd4

52 files changed

Lines changed: 417 additions & 333 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,18 @@ GitHub地址: https://github.com/willphp/aphp
4444
1. 添加站点:域名 已解析到IP的域名或IP:端口 数据库Mysql
4545
2. 上传并解压安装包到网站目录
4646
3. 设置—>网站目录-运行目录到`/public`
47-
4. 设置—>伪静态规则(看`url_rewrite.txt`)
48-
5. 修改`config/database.php`中数据库配置
49-
6. 访问域名
50-
7. 可设置定时任务shell命令:`php aphpcli [应用@]命令类:方法 参数值`
47+
4. 设置—>伪静态规则
48+
5. 修改`config/database.php`中的数据库配置
49+
6. 或重命名`env.example.env``.env`并修改其中的数据库配置
50+
7. 访问域名
51+
8. 可设置定时任务shell命令:`php aphpcli [应用@]命令类:方法 参数值`
5152

5253
### phpstudy
5354

5455
1. 创建网站:添加域名,如`www.aphp.io` 勾选创建数据库
5556
2. 解压安装包到网站目录
5657
3. 修改网站根目录到`/public`
57-
4. 设置伪静态规则(看`url_rewrite.txt`)
58+
4. 设置伪静态规则
5859
5. 重命名`env.example.env``.env`并修改其中数据库配置
5960
6. 访问`http://www.aphp.io`
6061

_doc/aphp/_01_about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ QQ群1:325825297 QQ群2:16008861 作者:无念(24203741@qq.com)
3535

3636
---
3737

38-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-23 20:58:09
38+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:34:14

_doc/aphp/_02_update.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## 更新日志
22

3+
#### APHPv5.3.7 2025-05-21
4+
5+
- 新增:IS_CURL 判断是否为get_curl函数进行请求
6+
- 优化:model()->save()更新时的字段验证
7+
- 优化:路由代码
8+
9+
#### APHPv5.3.6 2025-05-08
10+
11+
- 修复:当直接显示模板时,分页参数不传递的问题
12+
13+
#### APHPv5.3.5 2025-04-27
14+
15+
- 新增:命令模式,形参 -p 传递参数时按顺序填充参数
16+
317
#### APHPv5.3.3 2025-04-23
418

519
- 优化:错误提示加入debug trace信息
@@ -126,4 +140,4 @@
126140

127141
---
128142

129-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-23 20:56:50
143+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-21 21:54:38

_doc/aphp/_03_dir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
6767
---
6868

69-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-01 22:41:49
69+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:34:07

_doc/aphp/_04_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Apache规则:
5858

5959
---
6060

61-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-10 11:08:52
61+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:59

_doc/aphp/_05_enter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ App::init(['*' => 'index', 'cp' => 'admin', 'api.aphp.io' => 'api'])->boot();
3838

3939
---
4040

41-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-01 23:31:55
41+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:52

_doc/aphp/_06_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ class Blog
221221

222222
---
223223

224-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-05 16:39:28
224+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:45

_doc/aphp/_07_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ public function index()
6565

6666
---
6767

68-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-02 22:59:36
68+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:37

_doc/aphp/_08_template_inc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666

6767
---
6868

69-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-02 22:19:13
69+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:28

_doc/aphp/_09_template_tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ __#POWERED#__ //输出:__POWERED__
154154

155155
---
156156

157-
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-04-10 11:01:29
157+
本文档由 [AphpDoc](https://doc.aphp.top) 生成,更新于:2025-05-04 09:33:14

0 commit comments

Comments
 (0)