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.
#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!