コード例 #1
0
ファイル: Artists.php プロジェクト: BGCX262/zupal-svn-to-git
 /**
  *
  * @return <type>
  */
 public function save()
 {
     parent::save();
     $this->clear_cache();
 }
コード例 #2
0
 public function save()
 {
     $this->person()->save();
     $this->person_id = $this->person()->identity();
     parent::save();
 }