Posts by Vinícius Silva • 3 points
1 post
-
0
votes1
answer92
viewsQ: Relationship of Tables with Cakephp
I have two tables: artigos (id, categoria_id, titulo, texto, criacao) and categorias (id, nome). And they have a relationship (artigos.categoria_id => categorias.id). And I am doing CRUD, but I…