Kamil Tekiela
|
4ec3b99ba3
|
Improve boolean conditions with arrays (#18417)
* Remove empty() on array
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Remove boolean count()
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
---------
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-05-12 15:16:26 -03:00 |
|
Maurício Meneghini Fauth
|
437215cab2
|
Rename variables to use camel case format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-03-26 21:47:50 -03:00 |
|
Maurício Meneghini Fauth
|
77957a69a5
|
Add trailing comma for multi-line functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-24 20:48:46 -03:00 |
|
Sebastian Walther
|
edfe8a5881
|
Replace POST-var access with Serverrequest object - pt 2 (#17787)
* Use ServerRequestObject to access POST-vars
Signed-off-by: Sebastian Walther <swalther@complex-it.de>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Co-authored-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-19 22:06:35 -03:00 |
|
Maurício Meneghini Fauth
|
3c618c22a9
|
Add ServerRequest parameter to all controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-07-28 01:00:08 -03:00 |
|
Maurício Meneghini Fauth
|
5a34a3bb04
|
Remove db and table properties from controllers
Replaces them with their respective globals.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-02-02 14:48:43 -03:00 |
|
Maurício Meneghini Fauth
|
fb257e5922
|
Extract actions from Table\StructureController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-09-09 13:48:07 -03:00 |
|