博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Yii-数据模型 自定义数据,数据库插入,修改方法
阅读量:6734 次
发布时间:2019-06-25

本文共 489 字,大约阅读时间需要 1 分钟。

hot3.png

数据模型文件

public function creeatenews(){      //初始化,定义操作插入数据      $this->__construct('insert');      //赋值      $this->title = '标题7fdsaf77';      $this->content = '内容';      $this->type = '类型';      $this->user = '作者';      $this->status = '1';      $this->create_data = '2012-10-12';      $data=array('id','title','content','type','user','status','create_data');//要操作的字段     $this->insert($data);//插入数据操作      $this->update($data);//更新数据操作  }

转载于:https://my.oschina.net/jiangchike/blog/208900

你可能感兴趣的文章
自定义UIButton
查看>>
C#函数(四)
查看>>
[日记]游长白遇梅花,植物大战僵尸
查看>>
[激励机制]浅谈内部竞争——如何让你的员工玩命干活?
查看>>
【working_out】时间线
查看>>
ubuntu下安装jdk
查看>>
php常见的类库-文件操作类
查看>>
python3创建目录
查看>>
Get Main Thread ID
查看>>
JavaScript + HTML 经典多页面组织方式
查看>>
oracle instantclient + plsql 远程连接数据库
查看>>
dede调用img图片
查看>>
LeetCode——Invert Binary Tree
查看>>
LeetCode - 703. Kth Largest Element in a Stream
查看>>
vue.js中引入图片
查看>>
A damn at han’s Windows phone book 笔记(6:page navigation & data binding)
查看>>
C# PDF 全攻略
查看>>
android第二次作业
查看>>
java流类基础练习。
查看>>
kill-9 kill-3
查看>>