Ejemplo n.º 1
0
 public function UpdateTopicByType($sType, $sTypeNew)
 {
     $res = $this->oMapperTopic->UpdateTopicByType($sType, $sTypeNew);
     $this->Cache_Clean(Zend_Cache::CLEANING_MODE_MATCHING_TAG, array("topic_update"));
     return $res;
 }