Posts by Renan Teotonio • 11 points
2 posts
-
0
votes0
answers109
viewsQ: Fatal error: Uncaught Error: Class "Source Models Post"
I am unable to instantiate the object, my class inside the source/Models folder <?php namespace Source\Models; use CoffeeCode\DataLayer\DataLayer; class Post extends DataLayer { public function…
-
1
votes1
answer43
viewsQ: How to View Query with Inner Join in mysql php
I have these two tables and would like to consult the owners according to the type of properties that has the id_proprietario. what I tried to do was this: select * from proprietario inner join…