Home > Backend Development > PHP Tutorial > thinkphp fetch passes parameters inside

thinkphp fetch passes parameters inside

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-10-17 09:30:22
Original
3497 people have browsed it

I want to pass a parameter a=1, how to pass it in

<code> echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>
Copy after login
Copy after login

Reply content:

I want to pass a parameter a=1, how to pass it in

<code> echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>
Copy after login
Copy after login

Use a in template?

<code>$this->assign("a", 1);
echo $content = $this->fetch("Need@Need:readBizProduceOrder");</code>
Copy after login

Is $this here a Controller, a View, or a Template?

Related labels:
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
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
ThinkPHP Why use composer?
From 1970-01-01 08:00:00
0
0
0
thinkphp versions supported by php6
From 1970-01-01 08:00:00
0
0
0
thinkphp upload files
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