示例#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();
 }