示例#1
0
文件: contact.php 项目: dieka2501/jip
 function edit($id, $data)
 {
     return contact::where($this->primaryKey, $id)->update($data);
 }