Skip to content

base10-at/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base10 Utils

 $url = Url::init()->push('a', 'b')
 echo $url; // a/b

or short

 $url = Url::init('a', 'b')
 echo $url; // a/b