Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 13, 2018 18:27
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/2947ba5cbd78ea3231e626d94352dc84 to your computer and use it in GitHub Desktop.
Save parzibyte/2947ba5cbd78ea3231e626d94352dc84 to your computer and use it in GitHub Desktop.
<?php
$baseDeDatos = obtenerBaseDeDatos();
$coleccion = $baseDeDatos->contactos;
return $coleccion->find(); // Sin criterio de búsqueda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment