Posts by Cotavil • 35 points
3 posts
-
-2
votes1
answer22
viewsQ: Undefined method error in table does not return getteres methods
I was making some changes in my code, changes that were the visibility of class attributes (I changed the attributes from public to private and am using getters and setters methods) Only that the…
-
-2
votes1
answer33
viewsQ: How to pass a value from a table column to a form on another PHP page via HTTP?
I would like to pass the value of exibir_colunas['cd_cliente'] page List customers by the tag <a> (recalling that the #atu_cli serves as anchor for the form as it is an id of the update form).…
-
3
votes1
answer148
viewsQ: How to hide characters from a Cpf using substr_replace() in table column?
I was able to hide the characters of an email in an employee listing table using substr_replace() leaving as an example c*****[email protected]. Now I don’t know how to do it in the field cpf. Here is…