1,
$data存放实体:
$data[‘title‘] = I(‘post.title‘); // 标题
$data[‘content‘] = I(‘post.content‘); // 正文
$data[‘postdate‘] = I(‘post.postdate‘); // 当前日期时间
2,
$result = $article->data($data)->save(); 返回 0或者1
o===false
1===true
时间: 2024-10-30 03:29:04