예제 #1
0
 /**
  * Triggers DBW transaction failure
  * @return Model   $this
  */
 public function failTransaction()
 {
     $this->getMasterDB()->FailTrans();
     \Sky\Memcache::fail();
     return $this;
 }