Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active February 10, 2020 22:54
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/785f178ce02a05c904ec097ff6d39f6a to your computer and use it in GitHub Desktop.
Save parzibyte/785f178ce02a05c904ec097ff6d39f6a to your computer and use it in GitHub Desktop.
<?php
$resultado = Modelo::join("tabla_externa","tabla_externa.clave_foranea", "=", "modelo.clave")
->select("columna1", "columna2", ...)
->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment