[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 4cd6b2: Add Http\ServerRequest::getQueryParam method

Maurício Meneghini Fauth mauricio at fauth.dev
Tue Oct 11 04:03:08 CEST 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4cd6b23007a831a4053a2df97f7e11c698e7414c
https://github.com/phpmyadmin/phpmyadmin/commit/4cd6b23007a831a4053a2df97f7e11c698e7414c
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-10-10 (Mon, 10 October 2022) -03:00

Changed paths: 
M libraries/classes/Controllers/Setup/MainController.php
M libraries/classes/Http/ServerRequest.php
M test/classes/Http/ServerRequestTest.php

Log Message:
-----------
Add Http\ServerRequest::getQueryParam method

Similar to the Http\ServerRequest::getParsedBodyParam method, this
method retrives a single parameter from the request query, or the
default value if not available.

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>



More information about the Git mailing list