예제 #1
0
 public function select($id, $column = null)
 {
     parent::select($id, $column);
     $this->customerEmail = $this->email_user . '@' . $this->email_domain;
 }