Posts by Danilo Miguel • 13 points
2 posts
-
0
votes1
answer350
viewsQ: Records being inserted in two tables between Entities with (Doctrine - Foreign Key)
I have two tables, one States and another Customers. When entering the records in the two tables, an error is occurring, instead of entering the state reference in the foreign key of the table…
-
1
votes1
answer80
viewsQ: Instantiation error 2 objects with Doctrine entities (Setter)
I am not managing to make the relationship of 2 entities and the following error is appearing: Catchable fatal error: Argument 1 passed to Clientes\Entity\Clientes::setEstado() must be an instance…