Skip to content

Instantly share code, notes, and snippets.

@gabcarvalhogama
Created January 14, 2019 13:20
Show Gist options
  • Save gabcarvalhogama/aaffbbf76276871acc146fed842e707f to your computer and use it in GitHub Desktop.
Save gabcarvalhogama/aaffbbf76276871acc146fed842e707f to your computer and use it in GitHub Desktop.
Autoloading de Classes com SPL - PHP
<?php
require_once "autoload.php";
$sg = new SG(); //Sistemas de Gerenciamento
$sg->getRequestsByUser();
// ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment