将值设置为post变量$ this-> input-> post codeigniter

时间:2018-12-24 06:58:26

标签: php post codeigniter-3

我知道分配一个post变量如下

$_POST['id'] = 5;

但是我想按以下方式分配帖子

$this->input->post('id') = 5;

但是会引发错误。我正在使用codeignter框架。

预先感谢

2 个答案:

答案 0 :(得分:0)

专门引入了一种名为set_data()的方法,用于验证非POST输入。

https://www.codeigniter.com/userguide3/libraries/form_validation.html#validating-an-array-other-than-post

答案 1 :(得分:-2)

{{1}}