We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e501d commit b764d89Copy full SHA for b764d89
README.md
@@ -32,6 +32,7 @@ $this->input->post(); 写法:input.post
32
33
注:自动匹配,不用全部敲出。
34
35
+数据库链式方法
36
$this->db->select(*)->get()->result()
37
38
写法:
@@ -44,8 +45,16 @@ $this->db->select(*)->get()->result()
44
45
46
:result
47
48
+
49
+
50
提供逻辑化分类方法的API列表供查询。
51
52
+
53
54
+加入控制器、模型模板
55
56
+
57
58
修订若干bug。
59
60
-------------
0 commit comments