Posts by DanielWD • 9 points
2 posts
-
1
votes2
answers57
viewsQ: Print Value of an array
Good afternoon, I want to print the value of the array entered in the getTitleIdLocation function, which I am doing wrong? Thanks in advance. <?php class Imovel { private $title; private $id;…
-
-2
votes1
answer93
viewsQ: I can’t access the function
I’m trying to access the function getTitleIdLocation() in order to display the values I gave to the three variables, but I cannot. I cannot call the array in this way? Code: <?php class Imovel {…