0
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 would like to know how to create a select that contains the name of the categories, in the part of adding articles.