mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Added Uri class which can be used to parse urls.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Pecee\Http;
|
||||
|
||||
class Url {
|
||||
|
||||
protected $url;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user