Skip to content

Commit bede705

Browse files
unknownunknown
authored andcommitted
up-to-data db->join func and CI 2.1.3 description of templates
1 parent 439946d commit bede705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/snippets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847

848848
snippet "$this->db->join(\'...\')" do |s|
849849
s.trigger = 'db.join'
850-
s.expansion = '\$this->db->join(\'${1:join table}\',\'${2:table.field = table.field}\',\'${3:left/right/outer/inner/left outer/right outer}\')'
850+
s.expansion = '\$this->db->join(\'${1:join_table}\',\'${2:table.field = table.field}\',\'${3:left/right/outer/inner/left outer/right outer}\')'
851851
end
852852

853853
snippet "$this->db->where(\'...\')" do |s|

templates/templates.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project_template "CodeIgniter Project" do |t|
1010
t.type = :all
1111
t.location = "templates/CodeIgniter.zip"
12-
t.description = "基于Codeigniter 2.1.2创建项目架构"
12+
t.description = "基于Codeigniter 2.1.3创建项目架构"
1313
t.icon = "templates/codeigniter.png"
1414
end
1515

0 commit comments

Comments
 (0)