예제 #1
0
파일: m_emails.php 프로젝트: nqpp/dstore
 function update()
 {
     if ($this->input->post('attachments')) {
         $this->attachments = serialize($this->input->post('attachments'));
     } else {
         $this->attachments = '';
     }
     parent::update();
 }