mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
6 lines
No EOL
211 B
PHP
6 lines
No EOL
211 B
PHP
<?php
|
|
|
|
set_include_path(get_include_path() . PATH_SEPARATOR . '../library/'. PATH_SEPARATOR . './library/');
|
|
require_once 'SplClassLoader.php';
|
|
$respectLoader = new \SplClassLoader();
|
|
$respectLoader->register(); |