Beispiel #1
0
 public function onCalcAdCount()
 {
     $category_id = post('id');
     if (!$category_id) {
         return false;
     }
     AdCategory::updateCountCategory($category_id);
     return true;
 }