标签:
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
标签:
原文地址:http://www.cnblogs.com/sunzhenyong/p/4234290.html