Posts by lipitos • 1 point
7 posts
-
-1
votes1
answer982
viewsQ: Nosuchmethoderror: The Setter 'gasoline=' was called on null
Good morning, I have an error that I cannot solve in my application, I need to make a calculation with the values received in certain attributes, but the attribute does not receive the values, I get…
-
-2
votes1
answer280
viewsQ: Receiving data in Controller
I’m trying to develop an MVC from scratch, without frameworks, however I’m having difficulties in receiving the input values via form in my controlller, I would like a help in this regard. My form…
-
0
votes1
answer2089
viewsQ: Check if Widget exists with Selenium
I’m making a kind of bruteforce using Selenium, when I error the password and login, the message appears on the invalid login screen or password, if the message does not appear, ie correct login and…
-
0
votes0
answers1057
viewsQ: Passing data to a modal with PHP and Ajax
I am creating a system and at a certain moment the user can register the measurements of a person. For this, I would like to redeem in the table of people the ID and the Name, so that they are…
-
0
votes1
answer263
views -
0
votes0
answers355
viewsQ: Submit File with Form Data
I am trying to send files without using the submit of the form. I checked that through the formData It’s possible, but I have a problem. Apparently, the file is forwarded, since with the variable…
-
0
votes1
answer43
viewsQ: List the Result of a Query
I want to return in my code a list of users through a query data, I have the following model: <?php class Usuario{ public function listar($condicoes = array()){ $db = DB::criar('padrao'); $sql =…