d2018c59 by yangjianbin

init

1 parent 31c0f32b
...@@ -6,7 +6,7 @@ class Work extends CI_Controller ...@@ -6,7 +6,7 @@ class Work extends CI_Controller
6 6
7 public function __construct(){ 7 public function __construct(){
8 parent::__construct(); 8 parent::__construct();
9 $this->load->model(); 9 // $this->load->model();
10 } 10 }
11 11
12 /** 12 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!