コード例 #1
0
ファイル: Invoice.php プロジェクト: haegyung/xe-module-shop
 /**
  * save function
  * @return object
  */
 public function save()
 {
     return $this->invoice_srl ? $this->repo->update($this) : $this->repo->insert($this);
 }
コード例 #2
0
 /**
  * save function
  * @return object
  */
 public function save()
 {
     return $this->newsletter_srl ? $this->repo->update($this) : $this->repo->insert($this);
 }