get_summary(array(1269,4127,4217)); $helper->get_summary(array(1269)); } public function testGroupbuy() { $activity = new activity_helper(); $activity->groupbuy_list(); } public function testXianshi() { $activity = new activity_helper(); $activity->xianshi_list(6); } public function testMansong() { $activity = new activity_helper(); $activity->mansong_list(6); } public function testBundling() { $activity = new activity_helper(); $activity->bundling_list(6); } public function testBooth() { $activity = new activity_helper(); $activity->booth_list(6); } public function testTakepart() { activity_helper::take_parted(30,$type); } }