Home> PHP Framework> ThinkPHP> body text

How to receive query parameters in thinkphp5

藏色散人
Release: 2022-12-20 09:32:16
Original
1870 people have browsed it

Thinkphp5 method of receiving query parameters: 1. Define two arrays, one for passing parameters in pages, and one for querying the total number of records; 2. Receive query parameters through "input('starting_address')" or Just pass the parameters directly in paginate.

How to receive query parameters in thinkphp5

#The operating environment of this tutorial: Windows 10 system, thinkphp version 5, Dell G3 computer.

How does thinkphp5 accept query parameters?

Thinkphp5.0 passes query parameters after paging

Idea: Use the get method to submit data in the form, and then Taichung gets the parameters and passes them in the paginage() method.

Code example:

1. Define two arrays, one for passing parameters in pages, and one for querying the total number of records.


2. Receive parameters:


3. Query:

Or pass the parameters directly in paginate:


Recommended learning: "thinkPHP video tutorial

The above is the detailed content of How to receive query parameters in thinkphp5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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 Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!