ActiveReocrd 模式
//添加一条数据
$user->add();
//结合create
//找到主键为4的值
//查找user=蜡笔小新的记录
//输出user
//通过主键查询多个
//修改一条数据
//删除当前找到的数据
//删除主键为10的数据
//删除主键为10,11的数据
ThinkPHP--ActiveReocrd 模式(增删改查)
原文地址:http://blog.csdn.net/yayun0516/article/details/42644509