|
|
@@ -4,7 +4,7 @@ class Retreatlog extends Start_Controller {
|
|
|
public function __construct(){
|
|
|
parent::__construct();
|
|
|
$this->load->library('session');
|
|
|
- $this->load->model('Model_Retreatlogs','retreatlogs');
|
|
|
+ $this->load->model('Model_retreatlogs','retreatlogs');
|
|
|
}
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|