Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. // config.php
  4. include_once 'a.class.php';
  5. include_once 'b.class.php';
  6. include_once 'c.class.php';
  7. include_once 'd.class.php';
  8.  
  9. // index.php
  10. include 'config.php';
  11.  
  12. $a = new A();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement