質問編集履歴

1

ソース内容少しだけ変更

2017/05/11 09:51

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -48,9 +48,9 @@
48
48
 
49
49
  //配列
50
50
 
51
- $circle_array = $this->circle_info->Get_Search_Result();
51
+ $circle_array = $this->c_info->Get_Search_Result();
52
-
52
+
53
- $row_count = $this->circle_info->Get_Search_Result_Count();
53
+ $row_count = $this->c_info->Get_Search_Result_Count();
54
54
 
55
55
  $data["link"] = $this->Set_Paging($row_count,10,4);
56
56
 
@@ -94,11 +94,11 @@
94
94
 
95
95
  //配列
96
96
 
97
- $circle_array = $this->circle_info->Get_Search_Result_Session($prm);
97
+ $circle_array = $this->c_info->Get_Search_Result_Session($prm);
98
98
 
99
99
  //配列
100
100
 
101
- $row_count = $this->circle_info->Get_Data_Count_Session();
101
+ $row_count = $this->c_info->Get_Data_Count_Session();
102
102
 
103
103
  $data["link"] = $this->Set_Paging($row_count,10,4);
104
104