Пример #1
0
 public function getAllTagHaveProduct()
 {
     $tagModel = new tagModel();
     return $tagModel->getAllTagHaveProduct();
 }