最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
cakephp 获取、设置表单值学习笔记
时间:2022-06-25 00:58:40 编辑:袖梨 来源:一聚教程网
cakephp中,不允许直接修改$this->request->data
但是可以用下面的方式设置
| 代码如下 | 复制代码 |
|
//取值 $this->request->data('Post.title'); //设置新值到data中 $this->request->data('Post.title', 'New post!'); |
|
/**
* Provides a read/write accessor for `$this->data`. Allows you
* to use a syntax similar to `CakeSession` for reading post data.
*
* ## Reading values.
*
* `$request->data('Post.title');`
*
* When reading values you will get `null` for keys/values that do not exist.
*
* ## Writing values
*
* `$request->data('Post.title', 'New post!');`
*
* You can write to any value, even paths/keys that do not exist, and the arrays
* will be created for you.
*
* @param string $name,... Dot separated name of the value to read/write
* @return mixed Either the value being read, or this so you can chain consecutive writes.
*/
相关文章
- 免费看电视剧电影软件下载-影视软件免费下载 03-22
- 鸣潮全息6海维夏平民队攻略-鸣潮全息6海维夏怎么打 03-22
- 鸣潮西格莉卡声骸推荐-西格莉卡声骸套装一览 03-22
- 微博网页版入口-微博官网最新地址在线浏览 03-22
- 鸣潮3.2版本的角色是谁-鸣潮3.2卡池一览 03-22
- poipiku官网登录入口-poipiku官方最新登录地址2026 03-22