예제 #1
0
 /**
  * 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);
 }