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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:08:02
Original
1040 people have browsed it

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.');
好像有个点

Related labels:
php
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template