예제 #1
0
 public function organize()
 {
     $banners = \CI::input()->post('banners');
     \CI::Banners()->organize($banners);
 }