Commit Graph

15 Commits

Author SHA1 Message Date
Kamil Tekiela
427479a0ef Non-nullable messageToShow
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2025-06-11 14:43:21 +01:00
Maurício Meneghini Fauth
2b4aac5d0e
Remove the message_to_show global variable
Replaces it with Current::$messageToShow static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:23:30 -03:00
Maurício Meneghini Fauth
ec80fd24ee
Remove the disp_query global variable
Replaces it with Current::$dispQuery static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 16:18:27 -03:00
Maurício Meneghini Fauth
34b3a81319
Remove the num_tables global variable
Replaces it with Current::$numTables static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 14:53:21 -03:00
Maurício Meneghini Fauth
bff3ffb5b8
Remove the disp_message global variable
Replaces it with Current::$displayMessage static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 14:38:44 -03:00
Maurício Meneghini Fauth
17371f0c8d
Remove the complete_query global variable
Replaces it with Current::$completeQuery static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-09 16:03:06 -03:00
Maurício Meneghini Fauth
b962abf428
Remove the charset global variable
Replaces it with Current::$charset static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-09 01:47:01 -03:00
Maurício Meneghini Fauth
0669a17827
Remove the display_query global variable
Replaces it with Current::$displayQuery static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-08 23:48:08 -03:00
Maurício Meneghini Fauth
11766ada86
Remove the where_clause global variable
Replaces it with Current::$whereClause static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-08 15:57:27 -03:00
Maurício Meneghini Fauth
5548f8fe5b
Replace lang global var with Current::$lang prop
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-24 12:01:03 -03:00
Maurício Meneghini Fauth
03d9afc33f
Replace message global with Current::$message prop
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-23 19:09:46 -03:00
Maurício Meneghini Fauth
7d6b17a417
Replace sql_query global var with Current::$sqlQuery
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-09 13:51:22 -03:00
Maurício Meneghini Fauth
1129750eee
Replace server global with Current::$server
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-24 02:08:50 -03:00
Maurício Meneghini Fauth
ef6c30c865
Replace table global var with static class property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-17 15:51:29 -03:00
Maurício Meneghini Fauth
711f6c0f14
Replace db global variable with static class property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-17 14:58:59 -03:00