Posts by Vinícius José Moreira • 1 point
3 posts
-
0
votes0
answers146
viewsQ: I cannot mount autoload with PSR-4 for multiple folders and subfolders
I’m trying to pass a project to MVC and then created the following structure: pasta_projeto -App --Controllers ---Classes --Models ---Classes --views ---html -vendor --Controller ---Action.php…
-
0
votes1
answer1011
viewsQ: PHP concatenate string + variable with obj->method
I want to call a method automatically if certain situation occurs for this I am trying to put together the name of this method. The methods for which I will do this are gets and seters: $obj->get…
phpasked Vinícius José Moreira 1 -
-1
votes1
answer1469
viewsQ: Problem with multiple forms on the same page
I wanted to use a script for several forms, but I’m not getting it. So I’m generating a script for each form with unique Ids for each field and form. I’m not able to inhibit the behavior of the form…