Created
January 14, 2019 13:20
-
-
Save gabcarvalhogama/aaffbbf76276871acc146fed842e707f to your computer and use it in GitHub Desktop.
Autoloading de Classes com SPL - PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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