Skip to content

Commit

Permalink
支持 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed Nov 20, 2016
1 parent 1929c0e commit c1aa12c
Show file tree
Hide file tree
Showing 14 changed files with 1,699 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _test/3.1.2/application/controllers/Welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ public function index()
{
$this->load->view('welcome_message');
}

public function test()
{
// 直接在控制器里使用 Module
$this->load->module('test2/home_made');
}
}
Loading

0 comments on commit c1aa12c

Please sign in to comment.