Use namespaces

This commit is contained in:
Zach Borboa
2014-05-22 21:29:24 -07:00
parent 66bd2887da
commit 360058c529
19 changed files with 148 additions and 126 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
require '../src/Curl.class.php';
require '../src/Curl/Curl.php';
use \Curl\Curl;
$content = <<<EOF
<?php