rebuild(); } if (!$section || $section == 'free_course') { $cache = new IndexFreeCourseListCache(); $cache->rebuild(); } if (!$section || $section == 'vip_course') { $cache = new IndexVipCourseListCache(); $cache->rebuild(); } } }