I explain:
I have a parts table with the fields id, name, dad_id, team_id, status .
I capture the data of the parts of the team that I want to copy:
$datos_partes = Partes::select(array('nombre', 'id_equipos', 'id_padre', 'status'))...
asked by
10.08.2017 / 11:27