Posts by Elvis Moraes • 53 points
2 posts
-
2
votes1
answer159
viewsQ: "if" elegant in PHP
(!file_exists($pathFize) ? $response = false : $response = true); if ($response == true) { //executa o código ok } I would like suggestions on how to do this more elegantly, remembering that all…
-
3
votes0
answers38
viewsQ: Symfony/React Solving Problems with Babel
I’m new to Symfony/React and soon I come across the following problem... I cannot execute the same commands that I find in some tutorials (Destined to React) on the Web, so I understood the "plugin"…