Skip to content

Commit b764d89

Browse files
committed
Update README.md
1 parent f4e501d commit b764d89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $this->input->post(); 写法:input.post
3232

3333
注:自动匹配,不用全部敲出。
3434

35+
数据库链式方法
3536
$this->db->select(*)->get()->result()
3637

3738
写法:
@@ -44,8 +45,16 @@ $this->db->select(*)->get()->result()
4445

4546
:result
4647

48+
![chaining](http://116.255.245.18/ci_bundle/2.gif "chaining")
49+
4750
提供逻辑化分类方法的API列表供查询。
4851

52+
![api list](http://116.255.245.18/ci_bundle/1.jpg "api list")
53+
54+
加入控制器、模型模板
55+
56+
![template](http://116.255.245.18/ci_bundle/1.gif "template")
57+
4958
修订若干bug。
5059

5160
-------------

0 commit comments

Comments
 (0)