コード例 #1
0
 /**
  * Save the categories order
  */
 public function saveorder()
 {
     if ($ordered = parent::saveorder()) {
         $this->cleanCache('_virtuemart');
     }
 }