Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 10, 2020 22:51
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/5b01e7d22f1db69dde5fae4e39270742 to your computer and use it in GitHub Desktop.
Save parzibyte/5b01e7d22f1db69dde5fae4e39270742 to your computer and use it in GitHub Desktop.
<?php
$resultado = Alumno::join("asistencia", "asistencia.id_alumno", "=", "alumnos.id")
->select("*")
->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment