Home  >  Article  >  Backend Development  >  tp框架中有个接受所有post过来的函数是哪个 新手求解答

tp框架中有个接受所有post过来的函数是哪个 新手求解答

WBOY
WBOYOriginal
2016-06-06 20:08:021001browse

tp框架中有个接受所有post过来的函数是哪个 新手求解答 普通的方法智能一个一个 $ac_title=$_POST['ac_title'];

回复内容:

tp框架中有个接受所有post过来的函数是哪个 新手求解答 普通的方法智能一个一个 $ac_title=$_POST['ac_title'];

Model的create()方法,自动创建数据对象功能

I('post.ac_title')

I('post.ac_title')

是不是这个
I('post.');
好像有个点

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn