コード例 #1
0
 /**
  * Overrides the delete method, to include the custom models and tables.
  */
 public function delete()
 {
     $this->includeCustomTables();
     parent::delete();
 }
コード例 #2
0
 /**
  * Overrides the delete method, to include the custom models and tables.
  */
 public function delete()
 {
     $this->includeCustomModel('ShippingRates');
     $this->includeCustomTables();
     parent::delete();
 }