Guest User

classes.php

a guest
Jun 16th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.     $classPath = 'class/';
  3.     require_once($classPath.'Validation.class.php');
  4.     require_once($classPath.'Session.class.php');
  5.     require_once($classPath.'User.class.php');
  6.     require_once($classPath.'Helper.class.php');
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment