Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 10, 2020 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7b16fa23e2517107b29447352c6dc1e8 to your computer and use it in GitHub Desktop.
Save parzibyte/7b16fa23e2517107b29447352c6dc1e8 to your computer and use it in GitHub Desktop.
<?php
$resultado = Alumno::join("asistencia", "asistencia.id_alumno", "=", "alumnos.id")
->select("alumnos.nombre", "asistencia.estado")
->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment