Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 26, 2018 01:37
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/dae2945c640523696393204f33a275da to your computer and use it in GitHub Desktop.
Save parzibyte/dae2945c640523696393204f33a275da to your computer and use it in GitHub Desktop.
<?php
namespace Biblioteca\Controllers;
use PDO;
use Exception;
use Biblioteca\Services\DatabaseService;
use Biblioteca\Services\SessionService;
class LibrosController {
/*Magia aquí*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment