@@ 1153-1164 (lines=12) @@ | ||
1150 | ); |
|
1151 | } |
|
1152 | ||
1153 | public function get_max_offset_data() { |
|
1154 | return array ( |
|
1155 | 'not_vip_index' => array( |
|
1156 | 1000, |
|
1157 | false, |
|
1158 | ), |
|
1159 | 'has_vip_index' => array( |
|
1160 | 9000, |
|
1161 | true, |
|
1162 | ), |
|
1163 | ); |
|
1164 | } |
|
1165 | ||
1166 | public function get_max_posts_per_page_data() { |
|
1167 | return array ( |
|
@@ 1166-1177 (lines=12) @@ | ||
1163 | ); |
|
1164 | } |
|
1165 | ||
1166 | public function get_max_posts_per_page_data() { |
|
1167 | return array ( |
|
1168 | 'not_vip_index' => array( |
|
1169 | 100, |
|
1170 | false, |
|
1171 | ), |
|
1172 | 'has_vip_index' => array( |
|
1173 | 1000, |
|
1174 | true, |
|
1175 | ), |
|
1176 | ); |
|
1177 | } |
|
1178 | ||
1179 | /** |
|
1180 | * Helpers |