Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. spl_autoload_register(function(){
  4.  
  5. require_once 'Entitys/model/Connection'.'.php';
  6. require_once 'Entitys/requeriments/Guardian'.'.php';
  7. require_once 'Entitys/Utiles'.'.php';
  8. require_once 'Entitys/Ventas'.'.php';
  9.  
  10. });
  11.  
  12. ?>
Add Comment
Please, Sign In to add comment