I was thinking of a different pattern for developing my application via browser. As this is an ERP, I need a quick interface that does not need to download the HTML from the server at all times to print the user's screen layout. The solution wou...
Hello, I have a dynamic table that works fine, but since the field is an input people can type anything, but I wanted to limit this edition using the option options, the table I use the id="tblEditabel" and in the rows which will work with...
First of all, I've done a lot of research here on the site and found no more in-depth example, just basic questions / answers about how to get the difference between dates, what I got to do and it works the way I want. >
However, the code I cu...
What happens in jeans_status and jeans_opcao it works a beauty more in the first if does not work, it enters if without checking whether imagem_status == 1 and imagem_opcao == 'galeria_imagem' .
Can anyon...
I can not access the properties of the related object. Well, I have a class named FileClass , it has the following relationship with class FileServico :
FileClass.php
public function fileServico(){
return $this->has...
I have two classes, an abstract ( Connector ) and a specialized class ( ConnectorWmi ) that extends Connector .
My question is, considering the code below, in the specialized class I should instead call self :: $ connection , call parent :...
The problem is the following php returns me several buttons with a hidden input to identify the button.
$nome = $mysqli->query("SELECT * FROM menbros ORDER BY id");
while ($row = $nome->fetch_assoc()) {
$nome = $row['identifier'];
$i...
I have a project to issue the bank transfer file for banks and credit unions. In the assembly of the file I define a variable and I add the lines as in the example below:
$conteudo .= '085';...